#572B94

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

Shades of Daisy Bush #572B94

Tints of Daisy Bush #572B94

Color information

#572B94 (or 0x572B94) is unknown color: approx Daisy Bush. HEX triplet: 57, 2B and 94. RGB value is (87,43,148). Sum of RGB (Red+Green+Blue) = 87+43+148=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #572B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572B94 is #A8D46B. Grayscale: #434343. Windows color (decimal): -11064428 or 9710423. OLE color: 9710423.

HSL color Cylindrical-coordinate representation of color #572B94: hue angle of 265.14º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #572B94 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8743148-
CMYK0.410.7100.42
HSL265.14º54.97%37.45%-
HSV(B)265.14º70.95%58.04%-
XYZ10.145.8928.62-
YUV68.13173.08141.46-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.29%
GREEN value IS 43 (17.19% from 255) = 15.47%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=31.29%
G=15.47%
B=53.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87431480.410.7100.42265.1454.9737.45
Hex572B94294702A1093725
Octal12753224511070524116745
Binary10101111010111001010010100110001110101010100001001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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