#573198

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

Shades of Daisy Bush #573198

Tints of Daisy Bush #573198

Color information

#573198 (or 0x573198) is unknown color: approx Daisy Bush. HEX triplet: 57, 31 and 98. RGB value is (87,49,152). Sum of RGB (Red+Green+Blue) = 87+49+152=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #573198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573198 is #A8CE67. Grayscale: #474747. Windows color (decimal): -11062888 or 9974103. OLE color: 9974103.

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

Color convert

RGB8749152-
CMYK0.430.6800.40
HSL262.14º51.24%39.41%-
HSV(B)262.14º67.76%59.61%-
XYZ10.76.4930.39-
YUV72.1173.09138.62-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.21%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=30.21%
G=17.01%
B=52.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87491520.430.6800.40262.1451.2439.41
Hex5731982B440281063327
Octal12761230531040504066347
Binary10101111100011001100010101110001000101000100000110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #573198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #573198; }

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

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

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

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

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

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

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

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