#575476

Color #575476 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #575476

Tints of Smoky #575476

Color information

#575476 (or 0x575476) is unknown color: approx Smoky. HEX triplet: 57, 54 and 76. RGB value is (87,84,118). Sum of RGB (Red+Green+Blue) = 87+84+118=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #575476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575476 is #A8AB89. Grayscale: #585858. Windows color (decimal): -11053962 or 7754839. OLE color: 7754839.

HSL color Cylindrical-coordinate representation of color #575476: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575476 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8784118-
CMYK0.260.2900.54
HSL245.29º16.83%39.61%-
HSV(B)245.29º28.81%46.27%-
XYZ10.379.6718.46-
YUV88.77144.49126.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.10%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=30.10%
G=29.07%
B=40.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87841180.260.2900.54245.2916.8339.61
Hex5754761A1D036f51128
Octal12712416632350663652150
Binary101011110101001110110110101110101101101111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575476; }

 p { color: rgb(87,84,118); }

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

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

 a { background-color: rgb(87,84,118); }

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

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

 span { border-color: rgb(87,84,118); }

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