#57389B

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

Shades of Daisy Bush #57389B

Tints of Daisy Bush #57389B

Color information

#57389B (or 0x57389B) is unknown color: approx Daisy Bush. HEX triplet: 57, 38 and 9B. RGB value is (87,56,155). Sum of RGB (Red+Green+Blue) = 87+56+155=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #57389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57389B is #A8C764. Grayscale: #4C4C4C. Windows color (decimal): -11061093 or 10172503. OLE color: 10172503.

HSL color Cylindrical-coordinate representation of color #57389B: hue angle of 258.79º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57389B is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8756155-
CMYK0.440.6400.39
HSL258.79º46.92%41.37%-
HSV(B)258.79º63.87%60.78%-
XYZ11.267.2231.81-
YUV76.56172.27135.45-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 56 (22.27% from 255) = 18.79%
BLUE value IS 155 (60.94% from 255) = 52.01%
R=29.19%
G=18.79%
B=52.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87561550.440.6400.39258.7946.9241.37
Hex57389B2C400271032f29
Octal12770233541000474035751
Binary10101111110001001101110110010000000100111100000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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