#572B95

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

Shades of Daisy Bush #572B95

Tints of Daisy Bush #572B95

Color information

#572B95 (or 0x572B95) is unknown color: approx Daisy Bush. HEX triplet: 57, 2B and 95. RGB value is (87,43,149). Sum of RGB (Red+Green+Blue) = 87+43+149=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #572B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572B95 is #A8D46A. Grayscale: #434343. Windows color (decimal): -11064427 or 9775959. OLE color: 9775959.

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

Color convert

RGB8743149-
CMYK0.420.7100.42
HSL264.91º55.21%37.65%-
HSV(B)264.91º71.14%58.43%-
XYZ10.225.9229.04-
YUV68.24173.58141.38-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=31.18%
G=15.41%
B=53.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87431490.420.7100.42264.9155.2137.65
Hex572B952A4702A1093726
Octal12753225521070524116746
Binary10101111010111001010110101010001110101010100001001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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