#572BA6

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

Shades of Daisy Bush #572BA6

Tints of Daisy Bush #572BA6

Color information

#572BA6 (or 0x572BA6) is unknown color: approx Daisy Bush. HEX triplet: 57, 2B and A6. RGB value is (87,43,166). Sum of RGB (Red+Green+Blue) = 87+43+166=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 166 (65.23% from 255 or 56.08% from 296); Max value from RGB is 166 - color contains mainly: blue. Hex color #572BA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572BA6 is #A8D459. Grayscale: #454545. Windows color (decimal): -11064410 or 10890071. OLE color: 10890071.

HSL color Cylindrical-coordinate representation of color #572BA6: hue angle of 261.46º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #572BA6 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8743166-
CMYK0.480.7400.35
HSL261.46º58.85%40.98%-
HSV(B)261.46º74.1%65.1%-
XYZ11.686.5136.72-
YUV70.18182.08140-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.39%
GREEN value IS 43 (17.19% from 255) = 14.53%
BLUE value IS 166 (65.23% from 255) = 56.08%
R=29.39%
G=14.53%
B=56.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal87431660.480.7400.35261.4658.8540.98
Hex572BA6304A0231053b29
Octal12753246601120434057351
Binary10101111010111010011011000010010100100011100000101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,43,166); }

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

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

 a { background-color: rgb(87,43,166); }

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

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

 span { border-color: rgb(87,43,166); }

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