#572F9E

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

Shades of Daisy Bush #572F9E

Tints of Daisy Bush #572F9E

Color information

#572F9E (or 0x572F9E) is unknown color: approx Daisy Bush. HEX triplet: 57, 2F and 9E. RGB value is (87,47,158). Sum of RGB (Red+Green+Blue) = 87+47+158=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #572F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F9E is #A8D061. Grayscale: #474747. Windows color (decimal): -11063394 or 10366807. OLE color: 10366807.

HSL color Cylindrical-coordinate representation of color #572F9E: hue angle of 261.62º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #572F9E is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8747158-
CMYK0.450.7000.38
HSL261.62º54.15%40.2%-
HSV(B)261.62º70.25%61.96%-
XYZ11.126.5333.02-
YUV71.61176.75138.97-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.79%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=29.79%
G=16.10%
B=54.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87471580.450.7000.38261.6254.1540.2
Hex572F9E2D460261063628
Octal12757236551060464066650
Binary10101111011111001111010110110001100100110100000110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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