#57399D

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

Shades of Daisy Bush #57399D

Tints of Daisy Bush #57399D

Color information

#57399D (or 0x57399D) is unknown color: approx Daisy Bush. HEX triplet: 57, 39 and 9D. RGB value is (87,57,157). Sum of RGB (Red+Green+Blue) = 87+57+157=301 (39% of max value = 765). Red value is 87 (34.38% from 255 or 28.90% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #57399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57399D is #A8C662. Grayscale: #4C4C4C. Windows color (decimal): -11060835 or 10303831. OLE color: 10303831.

HSL color Cylindrical-coordinate representation of color #57399D: hue angle of 258º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57399D is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8757157-
CMYK0.450.6400.38
HSL258º46.73%41.96%-
HSV(B)258º63.69%61.57%-
XYZ11.487.3932.72-
YUV77.37172.94134.87-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.90%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 157 (61.72% from 255) = 52.16%
R=28.90%
G=18.94%
B=52.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87571570.450.6400.3825846.7341.96
Hex57399D2D400261022f2a
Octal12771235551000464025752
Binary10101111110011001110110110110000000100110100000010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57399D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57399D; }

 p { color: rgb(87,57,157); }

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

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

 a { background-color: rgb(87,57,157); }

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

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

 span { border-color: rgb(87,57,157); }

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