#495F5C

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

Shades of Dark Slate #495F5C

Tints of Dark Slate #495F5C

Color information

#495F5C (or 0x495F5C) is unknown color: approx Dark Slate. HEX triplet: 49, 5F and 5C. RGB value is (73,95,92). Sum of RGB (Red+Green+Blue) = 73+95+92=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 95 - color contains mainly: green. Hex color #495F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F5C is #B6A0A3. Grayscale: #585858. Windows color (decimal): -11968676 or 6053705. OLE color: 6053705.

HSL color Cylindrical-coordinate representation of color #495F5C: hue angle of 171.82º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F5C is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB739592-
CMYK0.2300.030.63
HSL171.82º13.1%32.94%-
HSV(B)171.82º23.16%37.25%-
XYZ8.7710.3711.67-
YUV88.08130.21117.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=28.08%
G=36.54%
B=35.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7395920.2300.030.63171.8213.132.94
Hex495F5C17033Facd21
Octal1111371342703772541541
Binary10010011011111101110010111011111111101011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495F5C; }

 p { color: rgb(73,95,92); }

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

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

 a { background-color: rgb(73,95,92); }

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

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

 span { border-color: rgb(73,95,92); }

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