#57349C

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

Shades of Daisy Bush #57349C

Tints of Daisy Bush #57349C

Color information

#57349C (or 0x57349C) is unknown color: approx Daisy Bush. HEX triplet: 57, 34 and 9C. RGB value is (87,52,156). Sum of RGB (Red+Green+Blue) = 87+52+156=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #57349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57349C is #A8CB63. Grayscale: #494949. Windows color (decimal): -11062116 or 10237015. OLE color: 10237015.

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

Color convert

RGB8752156-
CMYK0.440.6700.39
HSL260.19º50%40.78%-
HSV(B)260.19º66.67%61.18%-
XYZ11.166.8832.19-
YUV74.32174.1137.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.49%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=29.49%
G=17.63%
B=52.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal87521560.440.6700.39260.195040.78
Hex57349C2C430271043229
Octal12764234541030474046251
Binary10101111101001001110010110010000110100111100000100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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