#55419B

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

Shades of Daisy Bush #55419B

Tints of Daisy Bush #55419B

Color information

#55419B (or 0x55419B) is unknown color: approx Daisy Bush. HEX triplet: 55, 41 and 9B. RGB value is (85,65,155). Sum of RGB (Red+Green+Blue) = 85+65+155=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #55419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55419B is #AABE64. Grayscale: #505050. Windows color (decimal): -11189861 or 10174805. OLE color: 10174805.

HSL color Cylindrical-coordinate representation of color #55419B: hue angle of 253.33º 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 #55419B is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8565155-
CMYK0.450.5800.39
HSL253.33º40.91%43.14%-
HSV(B)253.33º58.06%60.78%-
XYZ11.558.0831.96-
YUV81.24169.63130.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=27.87%
G=21.31%
B=50.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85651550.450.5800.39253.3340.9143.14
Hex55419B2D3A027fd292b
Octal12510123355720473755153
Binary1010101100000110011011101101111010010011111111101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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