#553C91

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

Shades of Daisy Bush #553C91

Tints of Daisy Bush #553C91

Color information

#553C91 (or 0x553C91) is unknown color: approx Daisy Bush. HEX triplet: 55, 3C and 91. RGB value is (85,60,145). Sum of RGB (Red+Green+Blue) = 85+60+145=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #553C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553C91 is #AAC36E. Grayscale: #4C4C4C. Windows color (decimal): -11191151 or 9518165. OLE color: 9518165.

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

Color convert

RGB8560145-
CMYK0.410.5900.43
HSL257.65º41.46%40.2%-
HSV(B)257.65º58.62%56.86%-
XYZ10.477.2127.63-
YUV77.16166.28133.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 145 (57.03% from 255) = 50%
R=29.31%
G=20.69%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85601450.410.5900.43257.6541.4640.2
Hex553C91293B02B1022928
Octal1257422151730534025150
Binary1010101111100100100011010011110110101011100000010101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553C91; }

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

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

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

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

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

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

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

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