#55409F

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

Shades of Daisy Bush #55409F

Tints of Daisy Bush #55409F

Color information

#55409F (or 0x55409F) is unknown color: approx Daisy Bush. HEX triplet: 55, 40 and 9F. RGB value is (85,64,159). Sum of RGB (Red+Green+Blue) = 85+64+159=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #55409F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55409F is #AABF60. Grayscale: #505050. Windows color (decimal): -11190113 or 10436693. OLE color: 10436693.

HSL color Cylindrical-coordinate representation of color #55409F: hue angle of 253.26º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55409F is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8564159-
CMYK0.470.6000.38
HSL253.26º42.6%43.73%-
HSV(B)253.26º59.75%62.35%-
XYZ11.848.133.74-
YUV81.11171.96130.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=27.60%
G=20.78%
B=51.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal85641590.470.6000.38253.2642.643.73
Hex55409F2F3C026fd2b2c
Octal12510023757740463755354
Binary1010101100000010011111101111111100010011011111101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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