#573099

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

Shades of Daisy Bush #573099

Tints of Daisy Bush #573099

Color information

#573099 (or 0x573099) is unknown color: approx Daisy Bush. HEX triplet: 57, 30 and 99. RGB value is (87,48,153). Sum of RGB (Red+Green+Blue) = 87+48+153=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #573099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573099 is #A8CF66. Grayscale: #474747. Windows color (decimal): -11063143 or 10039383. OLE color: 10039383.

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

Color convert

RGB8748153-
CMYK0.430.6900.4
HSL262.29º52.24%39.41%-
HSV(B)262.29º68.63%60%-
XYZ10.746.4430.81-
YUV71.63173.92138.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=30.21%
G=16.67%
B=53.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87481530.430.6900.4262.2952.2439.41
Hex5730992B450281063427
Octal12760231531050504066447
Binary10101111100001001100110101110001010101000100000110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573099; }

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

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

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

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

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

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

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

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