#495D5B

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

Shades of Dark Slate #495D5B

Tints of Dark Slate #495D5B

Color information

#495D5B (or 0x495D5B) is unknown color: approx Dark Slate. HEX triplet: 49, 5D and 5B. RGB value is (73,93,91). Sum of RGB (Red+Green+Blue) = 73+93+91=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #495D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495D5B is #B6A2A4. Grayscale: #565656. Windows color (decimal): -11969189 or 5987657. OLE color: 5987657.

HSL color Cylindrical-coordinate representation of color #495D5B: hue angle of 174º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495D5B is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB739391-
CMYK0.2200.020.64
HSL174º12.05%32.55%-
HSV(B)174º21.51%36.47%-
XYZ8.551011.38-
YUV86.79130.37118.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=28.40%
G=36.19%
B=35.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7393910.2200.020.6417412.0532.55
Hex495D5B160240aec21
Octal11113513326021002561441
Binary100100110111011011011101100101000000101011101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,93,91); }

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

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

 a { background-color: rgb(73,93,91); }

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

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

 span { border-color: rgb(73,93,91); }

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