#55409D

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

Shades of Daisy Bush #55409D

Tints of Daisy Bush #55409D

Color information

#55409D (or 0x55409D) is unknown color: approx Daisy Bush. HEX triplet: 55, 40 and 9D. RGB value is (85,64,157). Sum of RGB (Red+Green+Blue) = 85+64+157=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #55409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409D is #AABF62. Grayscale: #505050. Windows color (decimal): -11190115 or 10305621. OLE color: 10305621.

HSL color Cylindrical-coordinate representation of color #55409D: hue angle of 253.55º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55409D is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8564157-
CMYK0.460.5900.38
HSL253.55º42.08%43.33%-
HSV(B)253.55º59.24%61.57%-
XYZ11.678.0332.83-
YUV80.88170.96130.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=27.78%
G=20.92%
B=51.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85641570.460.5900.38253.5542.0843.33
Hex55409D2E3B026fe2a2b
Octal12510023556730463765253
Binary1010101100000010011101101110111011010011011111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55409D; }

 p { color: rgb(85,64,157); }

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

<style>
 a { background-color: #55409D; }

 a { background-color: rgb(85,64,157); }

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

<style>
 span { border-color: #55409D; }

 span { border-color: rgb(85,64,157); }

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