#573992

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

Shades of Daisy Bush #573992

Tints of Daisy Bush #573992

Color information

#573992 (or 0x573992) is unknown color: approx Daisy Bush. HEX triplet: 57, 39 and 92. RGB value is (87,57,146). Sum of RGB (Red+Green+Blue) = 87+57+146=290 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #573992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573992 is #A8C66D. Grayscale: #4B4B4B. Windows color (decimal): -11060846 or 9582935. OLE color: 9582935.

HSL color Cylindrical-coordinate representation of color #573992: hue angle of 260.22º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #573992 is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8757146-
CMYK0.400.6100.43
HSL260.22º43.84%39.8%-
HSV(B)260.22º60.96%57.25%-
XYZ10.587.0327.99-
YUV76.12167.44135.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=30%
G=19.66%
B=50.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87571460.400.6100.43260.2243.8439.8
Hex573992283D02B1042c28
Octal1277122250750534045450
Binary1010111111001100100101010001111010101011100000100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573992; }

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

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

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

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

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

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

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

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