#575668

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

Shades of Smoky #575668

Tints of Smoky #575668

Color information

#575668 (or 0x575668) is unknown color: approx Smoky. HEX triplet: 57, 56 and 68. RGB value is (87,86,104). Sum of RGB (Red+Green+Blue) = 87+86+104=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #575668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575668 is #A8A997. Grayscale: #585858. Windows color (decimal): -11053464 or 6837847. OLE color: 6837847.

HSL color Cylindrical-coordinate representation of color #575668: hue angle of 243.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575668 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8786104-
CMYK0.160.1700.59
HSL243.33º9.47%37.25%-
HSV(B)243.33º17.31%40.78%-
XYZ9.769.6814.45-
YUV88.35136.83127.04-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.41%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=31.41%
G=31.05%
B=37.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87861040.160.1700.59243.339.4737.25
Hex575668101103Bf3925
Octal12712615020210733631145
Binary10101111010110110100010000100010111011111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575668; }

 p { color: rgb(87,86,104); }

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

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

 a { background-color: rgb(87,86,104); }

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

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

 span { border-color: rgb(87,86,104); }

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