#57249F

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

Shades of Daisy Bush #57249F

Tints of Daisy Bush #57249F

Color information

#57249F (or 0x57249F) is unknown color: approx Daisy Bush. HEX triplet: 57, 24 and 9F. RGB value is (87,36,159). Sum of RGB (Red+Green+Blue) = 87+36+159=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #57249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57249F is #A8DB60. Grayscale: #404040. Windows color (decimal): -11066209 or 10429527. OLE color: 10429527.

HSL color Cylindrical-coordinate representation of color #57249F: hue angle of 264.88º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57249F is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8736159-
CMYK0.450.7700.38
HSL264.88º63.08%38.24%-
HSV(B)264.88º77.36%62.35%-
XYZ10.825.7933.35-
YUV65.27180.9143.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=30.85%
G=12.77%
B=56.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87361590.450.7700.38264.8863.0838.24
Hex57249F2D4D0261093f26
Octal12744237551150464117746
Binary10101111001001001111110110110011010100110100001001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57249F; }

 p { color: rgb(87,36,159); }

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

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

 a { background-color: rgb(87,36,159); }

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

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

 span { border-color: rgb(87,36,159); }

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