#572F9B

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

Shades of Daisy Bush #572F9B

Tints of Daisy Bush #572F9B

Color information

#572F9B (or 0x572F9B) is unknown color: approx Daisy Bush. HEX triplet: 57, 2F and 9B. RGB value is (87,47,155). Sum of RGB (Red+Green+Blue) = 87+47+155=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #572F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F9B is #A8D064. Grayscale: #464646. Windows color (decimal): -11063397 or 10170199. OLE color: 10170199.

HSL color Cylindrical-coordinate representation of color #572F9B: hue angle of 262.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572F9B is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8747155-
CMYK0.440.7000.39
HSL262.22º53.47%39.61%-
HSV(B)262.22º69.68%60.78%-
XYZ10.866.4331.68-
YUV71.27175.25139.22-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=30.10%
G=16.26%
B=53.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87471550.440.7000.39262.2253.4739.61
Hex572F9B2C460271063528
Octal12757233541060474066550
Binary10101111011111001101110110010001100100111100000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,47,155); }

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

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

 a { background-color: rgb(87,47,155); }

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

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

 span { border-color: rgb(87,47,155); }

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