#57359D

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

Shades of Daisy Bush #57359D

Tints of Daisy Bush #57359D

Color information

#57359D (or 0x57359D) is unknown color: approx Daisy Bush. HEX triplet: 57, 35 and 9D. RGB value is (87,53,157). Sum of RGB (Red+Green+Blue) = 87+53+157=297 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.29% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #57359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57359D is #A8CA62. Grayscale: #4A4A4A. Windows color (decimal): -11061859 or 10302807. OLE color: 10302807.

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

Color convert

RGB8753157-
CMYK0.450.6600.38
HSL259.62º49.52%41.18%-
HSV(B)259.62º66.24%61.57%-
XYZ11.297.0132.66-
YUV75.02174.26136.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.29%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=29.29%
G=17.85%
B=52.86%

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
Decimal87531570.450.6600.38259.6249.5241.18
Hex57359D2D420261043229
Octal12765235551020464046251
Binary10101111101011001110110110110000100100110100000100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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