#573999

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

Shades of Daisy Bush #573999

Tints of Daisy Bush #573999

Color information

#573999 (or 0x573999) is unknown color: approx Daisy Bush. HEX triplet: 57, 39 and 99. RGB value is (87,57,153). Sum of RGB (Red+Green+Blue) = 87+57+153=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #573999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573999 is #A8C666. Grayscale: #4C4C4C. Windows color (decimal): -11060839 or 10041687. OLE color: 10041687.

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

Color convert

RGB8757153-
CMYK0.430.6300.4
HSL258.75º45.71%41.18%-
HSV(B)258.75º62.75%60%-
XYZ11.147.2530.95-
YUV76.91170.94135.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=29.29%
G=19.19%
B=51.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87571530.430.6300.4258.7545.7141.18
Hex5739992B3F0281032e29
Octal1277123153770504035651
Binary1010111111001100110011010111111110101000100000011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573999; }

 p { color: rgb(87,57,153); }

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

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

 a { background-color: rgb(87,57,153); }

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

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

 span { border-color: rgb(87,57,153); }

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