#553996

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

Shades of Daisy Bush #553996

Tints of Daisy Bush #553996

Color information

#553996 (or 0x553996) is unknown color: approx Daisy Bush. HEX triplet: 55, 39 and 96. RGB value is (85,57,150). Sum of RGB (Red+Green+Blue) = 85+57+150=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #553996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553996 is #AAC669. Grayscale: #4B4B4B. Windows color (decimal): -11191914 or 9845077. OLE color: 9845077.

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

Color convert

RGB8557150-
CMYK0.430.6200.41
HSL258.06º44.93%40.59%-
HSV(B)258.06º62%58.82%-
XYZ10.717.0629.65-
YUV75.97169.78134.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=29.11%
G=19.52%
B=51.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85571500.430.6200.41258.0644.9340.59
Hex5539962B3E0291022d29
Octal1257122653760514025551
Binary1010101111001100101101010111111100101001100000010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553996; }

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

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

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

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

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

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

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

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