#5D368E

Color #5D368E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5D368E

Tints of Daisy Bush #5D368E

Color information

#5D368E (or 0x5D368E) is unknown color: approx Daisy Bush. HEX triplet: 5D, 36 and 8E. RGB value is (93,54,142). Sum of RGB (Red+Green+Blue) = 93+54+142=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #5D368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D368E is #A2C971. Grayscale: #4B4B4B. Windows color (decimal): -10668402 or 9320029. OLE color: 9320029.

HSL color Cylindrical-coordinate representation of color #5D368E: hue angle of 266.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D368E is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9354142-
CMYK0.350.6200.44
HSL266.59º44.9%38.43%-
HSV(B)266.59º61.97%55.69%-
XYZ10.726.9226.36-
YUV75.69165.42140.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=32.18%
G=18.69%
B=49.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal93541420.350.6200.44266.5944.938.43
Hex5D368E233E02C10b2d26
Octal1356621643760544135546
Binary1011101110110100011101000111111100101100100001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D368E; }

 p { color: rgb(93,54,142); }

 H1.HeaderClassName
 {
   color: #5D368E;
 }
 .AnyTagClassName
 {
   color: #5D368E;
 }
</style>
background-color css

<style>
 a { background-color: #5D368E; }

 a { background-color: rgb(93,54,142); }

 div.DivClassName
 {
   background-color: #5D368E;
 }
 .BgClassName
 {
   background-color: #5D368E;
 }
</style>
border-color css

<style>
 span { border-color: #5D368E; }

 span { border-color: rgb(93,54,142); }

 td.TdClassName
 {
   border-color: #5D368E;
 }
 .TagClassName
 {
   border-color: #5D368E;
 }
</style>