#572F90

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

Shades of Daisy Bush #572F90

Tints of Daisy Bush #572F90

Color information

#572F90 (or 0x572F90) is unknown color: approx Daisy Bush. HEX triplet: 57, 2F and 90. RGB value is (87,47,144). Sum of RGB (Red+Green+Blue) = 87+47+144=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #572F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F90 is #A8D06F. Grayscale: #454545. Windows color (decimal): -11063408 or 9449303. OLE color: 9449303.

HSL color Cylindrical-coordinate representation of color #572F90: hue angle of 264.74º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #572F90 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8747144-
CMYK0.400.6700.44
HSL264.74º50.79%37.45%-
HSV(B)264.74º67.36%56.47%-
XYZ9.986.0727.03-
YUV70.02169.75140.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 47 (18.75% from 255) = 16.91%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=31.29%
G=16.91%
B=51.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87471440.400.6700.44264.7450.7937.45
Hex572F90284302C1093325
Octal12757220501030544116345
Binary10101111011111001000010100010000110101100100001001110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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