#55419C

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

Shades of Daisy Bush #55419C

Tints of Daisy Bush #55419C

Color information

#55419C (or 0x55419C) is unknown color: approx Daisy Bush. HEX triplet: 55, 41 and 9C. RGB value is (85,65,156). Sum of RGB (Red+Green+Blue) = 85+65+156=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #55419C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55419C is #AABE63. Grayscale: #515151. Windows color (decimal): -11189860 or 10240341. OLE color: 10240341.

HSL color Cylindrical-coordinate representation of color #55419C: hue angle of 253.19º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55419C is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8565156-
CMYK0.460.5800.39
HSL253.19º41.18%43.33%-
HSV(B)253.19º58.33%61.18%-
XYZ11.648.1132.4-
YUV81.35170.13130.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=27.78%
G=21.24%
B=50.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85651560.460.5800.39253.1941.1843.33
Hex55419C2E3A027fd292b
Octal12510123456720473755153
Binary1010101100000110011100101110111010010011111111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55419C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55419C; }

 p { color: rgb(85,65,156); }

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

<style>
 a { background-color: #55419C; }

 a { background-color: rgb(85,65,156); }

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

<style>
 span { border-color: #55419C; }

 span { border-color: rgb(85,65,156); }

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