#572F95

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

Shades of Daisy Bush #572F95

Tints of Daisy Bush #572F95

Color information

#572F95 (or 0x572F95) is unknown color: approx Daisy Bush. HEX triplet: 57, 2F and 95. RGB value is (87,47,149). Sum of RGB (Red+Green+Blue) = 87+47+149=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #572F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F95 is #A8D06A. Grayscale: #464646. Windows color (decimal): -11063403 or 9776983. OLE color: 9776983.

HSL color Cylindrical-coordinate representation of color #572F95: hue angle of 263.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #572F95 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8747149-
CMYK0.420.6800.42
HSL263.53º52.04%38.43%-
HSV(B)263.53º68.46%58.43%-
XYZ10.376.2329.09-
YUV70.59172.25139.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=30.74%
G=16.61%
B=52.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87471490.420.6800.42263.5352.0438.43
Hex572F952A4402A1083426
Octal12757225521040524106446
Binary10101111011111001010110101010001000101010100001000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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