#573295

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

Shades of Daisy Bush #573295

Tints of Daisy Bush #573295

Color information

#573295 (or 0x573295) is unknown color: approx Daisy Bush. HEX triplet: 57, 32 and 95. RGB value is (87,50,149). Sum of RGB (Red+Green+Blue) = 87+50+149=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #573295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573295 is #A8CD6A. Grayscale: #474747. Windows color (decimal): -11062635 or 9777751. OLE color: 9777751.

HSL color Cylindrical-coordinate representation of color #573295: hue angle of 262.42º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #573295 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8750149-
CMYK0.420.6600.42
HSL262.42º49.75%39.02%-
HSV(B)262.42º66.44%58.43%-
XYZ10.56.4829.13-
YUV72.35171.26138.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.42%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 149 (58.59% from 255) = 52.10%
R=30.42%
G=17.48%
B=52.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87501490.420.6600.42262.4249.7539.02
Hex5732952A4202A1063227
Octal12762225521020524066247
Binary10101111100101001010110101010000100101010100000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573295; }

 p { color: rgb(87,50,149); }

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

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

 a { background-color: rgb(87,50,149); }

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

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

 span { border-color: rgb(87,50,149); }

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