Html Css Color HEX #495958 Dark Slate

📋 copy color: '#495958'

red 73 ◦ green 89 ◦ blue 88

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

Shades of Dark Slate #495958

Tints of Dark Slate #495958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.6%

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 29.2%
G = 35.6%
B = 35.2%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#495958 (or 0x495958) is known color: Dark Slate. HEX triplet: 49, 59 and 58. RGB value is (73,89,88). Sum of RGB (Red+Green+Blue) = 73+89+88=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #495958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495958 is #B6A6A7. Grayscale: #545454. Windows color (decimal): -11970216 or 5790025. OLE color: 5790025.

HSL color Cylindrical-coordinate representation of color #495958: hue angle of 176.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495958 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 88 -
CMYK 0.18 0 0.01 0.65
HSL 176.25º 0.1% 0.32% -
HSV(B) 176.25º 0.18% 0.35% -
XYZ 8.08 9.27 10.6 -
YUV 84.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 73 89 88 0.18 0 0.01 0.65 176.25 0.1 0.32
Hex 49 59 58 12 0 1 41 B0 A 20
Octal 111 131 130 22 0 1 101 260 12 40
Binary 1001001 1011001 1011000 10010 0 1 1000001 10110000 1010 100000

Color Harmonies of #495958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495958

Black with #495958

Text Example


Text Example

White with #495958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495958; }

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

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

background-color css

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

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

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

border-color css

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

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

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