#57369D

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

Shades of Daisy Bush #57369D

Tints of Daisy Bush #57369D

Color information

#57369D (or 0x57369D) is unknown color: approx Daisy Bush. HEX triplet: 57, 36 and 9D. RGB value is (87,54,157). Sum of RGB (Red+Green+Blue) = 87+54+157=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 157 (61.72% from 255 or 52.68% from 298); Max value from RGB is 157 - color contains mainly: blue. Hex color #57369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57369D is #A8C962. Grayscale: #4B4B4B. Windows color (decimal): -11061603 or 10303063. OLE color: 10303063.

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

Color convert

RGB8754157-
CMYK0.450.6600.38
HSL259.22º48.82%41.37%-
HSV(B)259.22º65.61%61.57%-
XYZ11.347.132.67-
YUV75.61173.93136.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 157 (61.72% from 255) = 52.68%
R=29.19%
G=18.12%
B=52.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87541570.450.6600.38259.2248.8241.37
Hex57369D2D420261033129
Octal12766235551020464036151
Binary10101111101101001110110110110000100100110100000011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57369D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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