#553896

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

Shades of Daisy Bush #553896

Tints of Daisy Bush #553896

Color information

#553896 (or 0x553896) is unknown color: approx Daisy Bush. HEX triplet: 55, 38 and 96. RGB value is (85,56,150). Sum of RGB (Red+Green+Blue) = 85+56+150=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 56 (22.27% from 255 or 19.24% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #553896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553896 is #AAC769. Grayscale: #4B4B4B. Windows color (decimal): -11192170 or 9844821. OLE color: 9844821.

HSL color Cylindrical-coordinate representation of color #553896: hue angle of 258.51º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #553896 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8556150-
CMYK0.430.6300.41
HSL258.51º45.63%40.39%-
HSV(B)258.51º62.67%58.82%-
XYZ10.676.9629.64-
YUV75.39170.11134.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 56 (22.27% from 255) = 19.24%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=29.21%
G=19.24%
B=51.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85561500.430.6300.41258.5145.6340.39
Hex5538962B3F0291032e28
Octal1257022653770514035650
Binary1010101111000100101101010111111110101001100000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553896; }

 p { color: rgb(85,56,150); }

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

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

 a { background-color: rgb(85,56,150); }

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

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

 span { border-color: rgb(85,56,150); }

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