#55408F

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

Shades of Daisy Bush #55408F

Tints of Daisy Bush #55408F

Color information

#55408F (or 0x55408F) is unknown color: approx Daisy Bush. HEX triplet: 55, 40 and 8F. RGB value is (85,64,143). Sum of RGB (Red+Green+Blue) = 85+64+143=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 143 (56.25% from 255 or 48.97% from 292); Max value from RGB is 143 - color contains mainly: blue. Hex color #55408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55408F is #AABF70. Grayscale: #4E4E4E. Windows color (decimal): -11190129 or 9388117. OLE color: 9388117.

HSL color Cylindrical-coordinate representation of color #55408F: hue angle of 255.95º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55408F is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8564143-
CMYK0.410.5500.44
HSL255.95º38.16%40.59%-
HSV(B)255.95º55.24%56.08%-
XYZ10.547.5826.89-
YUV79.28163.96132.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 143 (56.25% from 255) = 48.97%
R=29.11%
G=21.92%
B=48.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85641430.410.5500.44255.9538.1640.59
Hex55408F293702C1002629
Octal12510021751670544004651
Binary10101011000000100011111010011101110101100100000000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55408F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55408F; }

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

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

<style>
 a { background-color: #55408F; }

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

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

<style>
 span { border-color: #55408F; }

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

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