Html Css Color HEX #475957 Dark Slate

📋 copy color: '#475957'

red 71 ◦ green 89 ◦ blue 87

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

Shades of Dark Slate #475957

Tints of Dark Slate #475957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.22%

R = 28.74%
G = 36.03%
B = 35.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#475957 (or 0x475957) is known color: Dark Slate. HEX triplet: 47, 59 and 57. RGB value is (71,89,87). Sum of RGB (Red+Green+Blue) = 71+89+87=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #475957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475957 is #B8A6A8. Grayscale: #535353. Windows color (decimal): -12101289 or 5724487. OLE color: 5724487.

HSL color Cylindrical-coordinate representation of color #475957: hue angle of 173.33º 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 #475957 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 87 -
CMYK 0.20 0 0.02 0.65
HSL 173.33º 0.11% 0.31% -
HSV(B) 173.33º 0.2% 0.35% -
XYZ 7.89 9.17 10.37 -
YUV 83.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 71 89 87 0.20 0 0.02 0.65 173.33 0.11 0.31
Hex 47 59 57 14 0 2 41 AD B 1F
Octal 107 131 127 24 0 2 101 255 13 37
Binary 1000111 1011001 1010111 10100 0 10 1000001 10101101 1011 11111

Color Harmonies of #475957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475957

Black with #475957

Text Example


Text Example

White with #475957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475957; }

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

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

background-color css

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

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

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

border-color css

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

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

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