#573499

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

Shades of Daisy Bush #573499

Tints of Daisy Bush #573499

Color information

#573499 (or 0x573499) is unknown color: approx Daisy Bush. HEX triplet: 57, 34 and 99. RGB value is (87,52,153). Sum of RGB (Red+Green+Blue) = 87+52+153=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #573499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573499 is #A8CB66. Grayscale: #494949. Windows color (decimal): -11062119 or 10040407. OLE color: 10040407.

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

Color convert

RGB8752153-
CMYK0.430.6600.4
HSL260.79º49.27%40.2%-
HSV(B)260.79º66.01%60%-
XYZ10.916.7830.87-
YUV73.98172.6137.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 153 (60.16% from 255) = 52.40%
R=29.79%
G=17.81%
B=52.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal87521530.430.6600.4260.7949.2740.2
Hex5734992B420281053128
Octal12764231531020504056150
Binary10101111101001001100110101110000100101000100000101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573499; }

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

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

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

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

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

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

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

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