#55409E

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

Shades of Daisy Bush #55409E

Tints of Daisy Bush #55409E

Color information

#55409E (or 0x55409E) is unknown color: approx Daisy Bush. HEX triplet: 55, 40 and 9E. RGB value is (85,64,158). Sum of RGB (Red+Green+Blue) = 85+64+158=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #55409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409E is #AABF61. Grayscale: #505050. Windows color (decimal): -11190114 or 10371157. OLE color: 10371157.

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

Color convert

RGB8564158-
CMYK0.460.5900.38
HSL253.4º42.34%43.53%-
HSV(B)253.4º59.49%61.96%-
XYZ11.758.0733.29-
YUV81171.46130.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=27.69%
G=20.85%
B=51.47%

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
Decimal85641580.460.5900.38253.442.3443.53
Hex55409E2E3B026fd2a2c
Octal12510023656730463755254
Binary1010101100000010011110101110111011010011011111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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