Html Css Color HEX #495B59 Dark Slate

📋 copy color: '#495B59'

red 73 ◦ green 91 ◦ blue 89

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

Shades of Dark Slate #495B59

Tints of Dark Slate #495B59

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.97%

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

R = 28.85%
G = 35.97%
B = 35.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.64

RGB Variations

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

Color information

#495B59 (or 0x495B59) is known color: Dark Slate. HEX triplet: 49, 5B and 59. RGB value is (73,91,89). Sum of RGB (Red+Green+Blue) = 73+91+89=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 91 - color contains mainly: green. Hex color #495B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495B59 is #B6A4A6. Grayscale: #555555. Windows color (decimal): -11969703 or 5856073. OLE color: 5856073.

HSL color Cylindrical-coordinate representation of color #495B59: hue angle of 173.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495B59 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 91 89 -
CMYK 0.20 0 0.02 0.64
HSL 173.33º 0.11% 0.32% -
HSV(B) 173.33º 0.2% 0.36% -
XYZ 8.29 9.62 10.87 -
YUV 85.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 73 91 89 0.20 0 0.02 0.64 173.33 0.11 0.32
Hex 49 5B 59 14 0 2 40 AD B 20
Octal 111 133 131 24 0 2 100 255 13 40
Binary 1001001 1011011 1011001 10100 0 10 1000000 10101101 1011 100000

Color Harmonies of #495B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B59

Black with #495B59

Text Example


Text Example

White with #495B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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