#572C98

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

Shades of Daisy Bush #572C98

Tints of Daisy Bush #572C98

Color information

#572C98 (or 0x572C98) is unknown color: approx Daisy Bush. HEX triplet: 57, 2C and 98. RGB value is (87,44,152). Sum of RGB (Red+Green+Blue) = 87+44+152=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #572C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572C98 is #A8D367. Grayscale: #444444. Windows color (decimal): -11064168 or 9972823. OLE color: 9972823.

HSL color Cylindrical-coordinate representation of color #572C98: hue angle of 263.89º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #572C98 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8744152-
CMYK0.430.7100.40
HSL263.89º55.1%38.43%-
HSV(B)263.89º71.05%59.61%-
XYZ10.56.0930.33-
YUV69.17174.75140.72-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=30.74%
G=15.55%
B=53.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal87441520.430.7100.40263.8955.138.43
Hex572C982B470281083726
Octal12754230531070504106746
Binary10101111011001001100010101110001110101000100001000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572C98; }

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

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

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

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

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

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

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

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