#495653

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

Shades of Dark Slate #495653

Tints of Dark Slate #495653

Color information

#495653 (or 0x495653) is unknown color: approx Dark Slate. HEX triplet: 49, 56 and 53. RGB value is (73,86,83). Sum of RGB (Red+Green+Blue) = 73+86+83=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #495653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495653 is #B6A9AC. Grayscale: #515151. Windows color (decimal): -11970989 or 5461577. OLE color: 5461577.

HSL color Cylindrical-coordinate representation of color #495653: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495653 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB738683-
CMYK0.1500.030.66
HSL166.15º8.18%31.18%-
HSV(B)166.15º15.12%33.73%-
XYZ7.648.79.46-
YUV81.77128.69121.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 83 (32.81% from 255) = 34.30%
R=30.17%
G=35.54%
B=34.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386830.1500.030.66166.158.1831.18
Hex495653F0342a681f
Octal11112612317031022461037
Binary1001001101011010100111111011100001010100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495653; }

 p { color: rgb(73,86,83); }

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

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

 a { background-color: rgb(73,86,83); }

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

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

 span { border-color: rgb(73,86,83); }

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