#553791

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

Shades of Daisy Bush #553791

Tints of Daisy Bush #553791

Color information

#553791 (or 0x553791) is unknown color: approx Daisy Bush. HEX triplet: 55, 37 and 91. RGB value is (85,55,145). Sum of RGB (Red+Green+Blue) = 85+55+145=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #553791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553791 is #AAC86E. Grayscale: #494949. Windows color (decimal): -11192431 or 9516885. OLE color: 9516885.

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

Color convert

RGB8555145-
CMYK0.410.6200.43
HSL260º45%39.22%-
HSV(B)260º62.07%56.86%-
XYZ10.226.7127.54-
YUV74.23167.94135.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=29.82%
G=19.30%
B=50.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85551450.410.6200.432604539.22
Hex553791293E02B1042d27
Octal1256722151760534045547
Binary1010101110111100100011010011111100101011100000100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553791; }

 p { color: rgb(85,55,145); }

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

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

 a { background-color: rgb(85,55,145); }

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

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

 span { border-color: rgb(85,55,145); }

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