#572D95

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

Shades of Daisy Bush #572D95

Tints of Daisy Bush #572D95

Color information

#572D95 (or 0x572D95) is unknown color: approx Daisy Bush. HEX triplet: 57, 2D and 95. RGB value is (87,45,149). Sum of RGB (Red+Green+Blue) = 87+45+149=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #572D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572D95 is #A8D26A. Grayscale: #454545. Windows color (decimal): -11063915 or 9776471. OLE color: 9776471.

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

Color convert

RGB8745149-
CMYK0.420.7000.42
HSL264.23º53.61%38.04%-
HSV(B)264.23º69.8%58.43%-
XYZ10.296.0729.06-
YUV69.41172.91140.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.96%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 149 (58.59% from 255) = 53.02%
R=30.96%
G=16.01%
B=53.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87451490.420.7000.42264.2353.6138.04
Hex572D952A4602A1083626
Octal12755225521060524106646
Binary10101111011011001010110101010001100101010100001000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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