Html Css Color HEX #495554 Dark Slate

📋 copy color: '#495554'

red 73 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate #495554

Tints of Dark Slate #495554

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.2% from 255) = 34.71%

R = 30.17%
G = 35.12%
B = 34.71%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#495554 (or 0x495554) is known color: 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

RGB 73 85 84 -
CMYK 0.14 0 0.01 0.67
HSL 175º 0.08% 0.31% -
HSV(B) 175º 0.14% 0.33% -
XYZ 7.6 8.55 9.64 -
YUV 81.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 73 85 84 0.14 0 0.01 0.67 175 0.08 0.31
Hex 49 55 54 E 0 1 43 AF 8 1F
Octal 111 125 124 16 0 1 103 257 10 37
Binary 1001001 1010101 1010100 1110 0 1 1000011 10101111 1000 11111

Color Harmonies of #495554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495554

Black with #495554

Text Example


Text Example

White with #495554

Text Example


Text Example

HTML Codes & Css Web 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>