#57379D

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

Shades of Daisy Bush #57379D

Tints of Daisy Bush #57379D

Color information

#57379D (or 0x57379D) is unknown color: approx Daisy Bush. HEX triplet: 57, 37 and 9D. RGB value is (87,55,157). Sum of RGB (Red+Green+Blue) = 87+55+157=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #57379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57379D is #A8C862. Grayscale: #4B4B4B. Windows color (decimal): -11061347 or 10303319. OLE color: 10303319.

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

Color convert

RGB8755157-
CMYK0.450.6500.38
HSL258.82º48.11%41.57%-
HSV(B)258.82º64.97%61.57%-
XYZ11.387.1932.69-
YUV76.2173.6135.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 157 (61.72% from 255) = 52.51%
R=29.10%
G=18.39%
B=52.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87551570.450.6500.38258.8248.1141.57
Hex57379D2D41026103302a
Octal12767235551010464036052
Binary10101111101111001110110110110000010100110100000011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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