#57259E

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

Shades of Daisy Bush #57259E

Tints of Daisy Bush #57259E

Color information

#57259E (or 0x57259E) is unknown color: approx Daisy Bush. HEX triplet: 57, 25 and 9E. RGB value is (87,37,158). Sum of RGB (Red+Green+Blue) = 87+37+158=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #57259E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57259E is #A8DA61. Grayscale: #414141. Windows color (decimal): -11065954 or 10364247. OLE color: 10364247.

HSL color Cylindrical-coordinate representation of color #57259E: hue angle of 264.79º degrees, saturation: 0.62, 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 #57259E is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8737158-
CMYK0.450.7700.38
HSL264.79º62.05%38.24%-
HSV(B)264.79º76.58%61.96%-
XYZ10.765.8232.9-
YUV65.74180.06143.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 37 (14.84% from 255) = 13.12%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=30.85%
G=13.12%
B=56.03%

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
Decimal87371580.450.7700.38264.7962.0538.24
Hex57259E2D4D0261093e26
Octal12745236551150464117646
Binary10101111001011001111010110110011010100110100001001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57259E; }

 p { color: rgb(87,37,158); }

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

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

 a { background-color: rgb(87,37,158); }

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

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

 span { border-color: rgb(87,37,158); }

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