#57259C

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

Shades of Daisy Bush #57259C

Tints of Daisy Bush #57259C

Color information

#57259C (or 0x57259C) is unknown color: approx Daisy Bush. HEX triplet: 57, 25 and 9C. RGB value is (87,37,156). Sum of RGB (Red+Green+Blue) = 87+37+156=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #57259C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57259C is #A8DA63. Grayscale: #414141. Windows color (decimal): -11065956 or 10233175. OLE color: 10233175.

HSL color Cylindrical-coordinate representation of color #57259C: hue angle of 265.21º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57259C is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8737156-
CMYK0.440.7600.39
HSL265.21º61.66%37.84%-
HSV(B)265.21º76.28%61.18%-
XYZ10.595.7532-
YUV65.52179.06143.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 37 (14.84% from 255) = 13.21%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=31.07%
G=13.21%
B=55.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87371560.440.7600.39265.2161.6637.84
Hex57259C2C4C0271093e26
Octal12745234541140474117646
Binary10101111001011001110010110010011000100111100001001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57259C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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