Html Css Color HEX #495C59 Dark Slate

📋 copy color: '#495C59'

red 73 ◦ green 92 ◦ blue 89

#495C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #495C59

Tints of Dark Slate #495C59

RGB

 RED value IS 73 (28.91% from 255) = 28.74%

 GREEN value IS 92 (36.33% from 255) = 36.22%

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 28.74%
G = 36.22%
B = 35.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#495C59 (or 0x495C59) is known color: Dark Slate. HEX triplet: 49, 5C and 59. RGB value is (73,92,89). Sum of RGB (Red+Green+Blue) = 73+92+89=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 92 - color contains mainly: green. Hex color #495C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C59 is #B6A3A6. Grayscale: #555555. Windows color (decimal): -11969447 or 5856329. OLE color: 5856329.

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

Color convert

RGB 73 92 89 -
CMYK 0.21 0 0.03 0.64
HSL 170.53º 0.12% 0.32% -
HSV(B) 170.53º 0.21% 0.36% -
XYZ 8.38 9.79 10.9 -
YUV 85.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 73 92 89 0.21 0 0.03 0.64 170.53 0.12 0.32
Hex 49 5C 59 15 0 3 40 AB C 20
Octal 111 134 131 25 0 3 100 253 14 40
Binary 1001001 1011100 1011001 10101 0 11 1000000 10101011 1100 100000

Color Harmonies of #495C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C59

Black with #495C59

Text Example


Text Example

White with #495C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #495C59;
 }
 .AnyTagClassName
 {
   color: #495C59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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