#573197

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

Shades of Daisy Bush #573197

Tints of Daisy Bush #573197

Color information

#573197 (or 0x573197) is unknown color: approx Daisy Bush. HEX triplet: 57, 31 and 97. RGB value is (87,49,151). Sum of RGB (Red+Green+Blue) = 87+49+151=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #573197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573197 is #A8CE68. Grayscale: #474747. Windows color (decimal): -11062889 or 9908567. OLE color: 9908567.

HSL color Cylindrical-coordinate representation of color #573197: hue angle of 262.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #573197 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8749151-
CMYK0.420.6800.41
HSL262.35º51%39.22%-
HSV(B)262.35º67.55%59.22%-
XYZ10.616.4629.97-
YUV71.99172.59138.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.31%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=30.31%
G=17.07%
B=52.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal87491510.420.6800.41262.355139.22
Hex5731972A440291063327
Octal12761227521040514066347
Binary10101111100011001011110101010001000101001100000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573197; }

 p { color: rgb(87,49,151); }

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

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

 a { background-color: rgb(87,49,151); }

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

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

 span { border-color: rgb(87,49,151); }

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