#495654

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

Shades of Dark Slate #495654

Tints of Dark Slate #495654

Color information

#495654 (or 0x495654) is unknown color: approx Dark Slate. HEX triplet: 49, 56 and 54. RGB value is (73,86,84). Sum of RGB (Red+Green+Blue) = 73+86+84=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 86 - color contains mainly: green. Hex color #495654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495654 is #B6A9AB. Grayscale: #515151. Windows color (decimal): -11970988 or 5527113. OLE color: 5527113.

HSL color Cylindrical-coordinate representation of color #495654: hue angle of 170.77º 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 #495654 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB738684-
CMYK0.1500.020.66
HSL170.77º8.18%31.18%-
HSV(B)170.77º15.12%33.73%-
XYZ7.688.719.66-
YUV81.88129.19121.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=30.04%
G=35.39%
B=34.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386840.1500.020.66170.778.1831.18
Hex495654F0242ab81f
Octal11112612417021022531037
Binary1001001101011010101001111010100001010101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495654; }

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

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

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

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

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

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

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

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