#553A99

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

Shades of Daisy Bush #553A99

Tints of Daisy Bush #553A99

Color information

#553A99 (or 0x553A99) is unknown color: approx Daisy Bush. HEX triplet: 55, 3A and 99. RGB value is (85,58,153). Sum of RGB (Red+Green+Blue) = 85+58+153=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #553A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553A99 is #AAC566. Grayscale: #4C4C4C. Windows color (decimal): -11191655 or 10041941. OLE color: 10041941.

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

Color convert

RGB8558153-
CMYK0.440.6200.4
HSL257.05º45.02%41.37%-
HSV(B)257.05º62.09%60%-
XYZ11.017.2630.96-
YUV76.9170.95133.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 58 (23.05% from 255) = 19.59%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=28.72%
G=19.59%
B=51.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85581530.440.6200.4257.0545.0241.37
Hex553A992C3E0281012d29
Octal1257223154760504015551
Binary1010101111010100110011011001111100101000100000001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,58,153); }

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

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

 a { background-color: rgb(85,58,153); }

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

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

 span { border-color: rgb(85,58,153); }

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