Html Css Color HEX #475958 Dark Slate

📋 copy color: '#475958'

red 71 ◦ green 89 ◦ blue 88

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

Shades of Dark Slate #475958

Tints of Dark Slate #475958

RGB

 RED value IS 71 (28.13% from 255) = 28.63%

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

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

R = 28.63%
G = 35.89%
B = 35.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#475958 (or 0x475958) is known color: Dark Slate. HEX triplet: 47, 59 and 58. RGB value is (71,89,88). Sum of RGB (Red+Green+Blue) = 71+89+88=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 89 - color contains mainly: green. Hex color #475958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475958 is #B8A6A7. Grayscale: #535353. Windows color (decimal): -12101288 or 5790023. OLE color: 5790023.

HSL color Cylindrical-coordinate representation of color #475958: hue angle of 176.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #475958 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 88 -
CMYK 0.20 0 0.01 0.65
HSL 176.67º 0.11% 0.31% -
HSV(B) 176.67º 0.2% 0.35% -
XYZ 7.93 9.19 10.59 -
YUV 83.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 71 89 88 0.20 0 0.01 0.65 176.67 0.11 0.31
Hex 47 59 58 14 0 1 41 B1 B 1F
Octal 107 131 130 24 0 1 101 261 13 37
Binary 1000111 1011001 1011000 10100 0 1 1000001 10110001 1011 11111

Color Harmonies of #475958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475958

Black with #475958

Text Example


Text Example

White with #475958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475958; }

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

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

background-color css

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

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

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

border-color css

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

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

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