#57389D

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

Shades of Daisy Bush #57389D

Tints of Daisy Bush #57389D

Color information

#57389D (or 0x57389D) is unknown color: approx Daisy Bush. HEX triplet: 57, 38 and 9D. RGB value is (87,56,157). Sum of RGB (Red+Green+Blue) = 87+56+157=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #57389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57389D is #A8C762. Grayscale: #4C4C4C. Windows color (decimal): -11061091 or 10303575. OLE color: 10303575.

HSL color Cylindrical-coordinate representation of color #57389D: hue angle of 258.42º 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 #57389D is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8756157-
CMYK0.450.6400.38
HSL258.42º47.42%41.76%-
HSV(B)258.42º64.33%61.57%-
XYZ11.437.2932.7-
YUV76.78173.27135.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 157 (61.72% from 255) = 52.33%
R=29%
G=18.67%
B=52.33%

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
Decimal87561570.450.6400.38258.4247.4241.76
Hex57389D2D400261022f2a
Octal12770235551000464025752
Binary10101111110001001110110110110000000100110100000010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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