#572895

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

Shades of Daisy Bush #572895

Tints of Daisy Bush #572895

Color information

#572895 (or 0x572895) is unknown color: approx Daisy Bush. HEX triplet: 57, 28 and 95. RGB value is (87,40,149). Sum of RGB (Red+Green+Blue) = 87+40+149=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #572895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572895 is #A8D76A. Grayscale: #424242. Windows color (decimal): -11065195 or 9775191. OLE color: 9775191.

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

Color convert

RGB8740149-
CMYK0.420.7300.42
HSL265.87º57.67%37.06%-
HSV(B)265.87º73.15%58.43%-
XYZ10.115.7129-
YUV66.48174.57142.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.52%
GREEN value IS 40 (16.02% from 255) = 14.49%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=31.52%
G=14.49%
B=53.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87401490.420.7300.42265.8757.6737.06
Hex5728952A4902A10a3a25
Octal12750225521110524127245
Binary10101111010001001010110101010010010101010100001010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572895; }

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

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

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

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

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

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

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

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