#55419A

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

Shades of Daisy Bush #55419A

Tints of Daisy Bush #55419A

Color information

#55419A (or 0x55419A) is unknown color: approx Daisy Bush. HEX triplet: 55, 41 and 9A. RGB value is (85,65,154). Sum of RGB (Red+Green+Blue) = 85+65+154=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #55419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55419A is #AABE65. Grayscale: #505050. Windows color (decimal): -11189862 or 10109269. OLE color: 10109269.

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

Color convert

RGB8565154-
CMYK0.450.5800.40
HSL253.48º40.64%42.94%-
HSV(B)253.48º57.79%60.39%-
XYZ11.478.0431.52-
YUV81.13169.13130.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 154 (60.55% from 255) = 50.66%
R=27.96%
G=21.38%
B=50.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85651540.450.5800.40253.4840.6442.94
Hex55419A2D3A028fd292b
Octal12510123255720503755153
Binary1010101100000110011010101101111010010100011111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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