#495554

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

Shades of Dark Slate #495554

Tints of Dark Slate #495554

Color information

#495554 (or 0x495554) is unknown color: approx Dark Slate. HEX triplet: 49, 55 and 54. RGB value is (73,85,84). Sum of RGB (Red+Green+Blue) = 73+85+84=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 84 (33.20% from 255 or 34.71% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #495554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495554 is #B6AAAB. Grayscale: #515151. Windows color (decimal): -11971244 or 5526857. OLE color: 5526857.

HSL color Cylindrical-coordinate representation of color #495554: hue angle of 175º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495554 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB738584-
CMYK0.1400.010.67
HSL175º7.59%30.98%-
HSV(B)175º14.12%33.33%-
XYZ7.68.559.64-
YUV81.3129.52122.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 84 (33.20% from 255) = 34.71%
R=30.17%
G=35.12%
B=34.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385840.1400.010.671757.5930.98
Hex495554E0143af81f
Octal11112512416011032571037
Binary100100110101011010100111001100001110101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495554; }

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

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

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

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

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

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

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

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