#57349F

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

Shades of Daisy Bush #57349F

Tints of Daisy Bush #57349F

Color information

#57349F (or 0x57349F) is unknown color: approx Daisy Bush. HEX triplet: 57, 34 and 9F. RGB value is (87,52,159). Sum of RGB (Red+Green+Blue) = 87+52+159=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #57349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57349F is #A8CB60. Grayscale: #4A4A4A. Windows color (decimal): -11062113 or 10433623. OLE color: 10433623.

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

Color convert

RGB8752159-
CMYK0.450.6700.38
HSL259.63º50.71%41.37%-
HSV(B)259.63º67.3%62.35%-
XYZ11.426.9933.55-
YUV74.66175.6136.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.19%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 159 (62.5% from 255) = 53.36%
R=29.19%
G=17.45%
B=53.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal87521590.450.6700.38259.6350.7141.37
Hex57349F2D430261043329
Octal12764237551030464046351
Binary10101111101001001111110110110000110100110100000100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57349F; }

 p { color: rgb(87,52,159); }

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

<style>
 a { background-color: #57349F; }

 a { background-color: rgb(87,52,159); }

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

<style>
 span { border-color: #57349F; }

 span { border-color: rgb(87,52,159); }

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