#573599

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

Shades of Daisy Bush #573599

Tints of Daisy Bush #573599

Color information

#573599 (or 0x573599) is unknown color: approx Daisy Bush. HEX triplet: 57, 35 and 99. RGB value is (87,53,153). Sum of RGB (Red+Green+Blue) = 87+53+153=293 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.69% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #573599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573599 is #A8CA66. Grayscale: #4A4A4A. Windows color (decimal): -11061863 or 10040663. OLE color: 10040663.

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

Color convert

RGB8753153-
CMYK0.430.6500.4
HSL260.4º48.54%40.39%-
HSV(B)260.4º65.36%60%-
XYZ10.956.8730.89-
YUV74.57172.26136.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.69%
GREEN value IS 53 (21.09% from 255) = 18.09%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=29.69%
G=18.09%
B=52.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87531530.430.6500.4260.448.5440.39
Hex5735992B410281043128
Octal12765231531010504046150
Binary10101111101011001100110101110000010101000100000100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573599; }

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

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

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

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

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

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

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

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