Html Css Color HEX #475656 Dark Slate

📋 copy color: '#475656'

red 71 ◦ green 86 ◦ blue 86

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

Shades of Dark Slate #475656

Tints of Dark Slate #475656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

 BLUE value IS 86 (33.98% from 255) = 35.39%

R = 29.22%
G = 35.39%
B = 35.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#475656 (or 0x475656) is known color: Dark Slate. HEX triplet: 47, 56 and 56. RGB value is (71,86,86). Sum of RGB (Red+Green+Blue) = 71+86+86=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #475656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475656 is #B8A9A9. Grayscale: #515151. Windows color (decimal): -12102058 or 5658183. OLE color: 5658183.

HSL color Cylindrical-coordinate representation of color #475656: hue angle of 180º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475656 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 86 -
CMYK 0.17 0 0 0.66
HSL 180º 0.1% 0.31% -
HSV(B) 180º 0.17% 0.34% -
XYZ 7.61 8.67 10.08 -
YUV 81.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 71 86 86 0.17 0 0 0.66 180 0.1 0.31
Hex 47 56 56 11 0 0 42 B4 A 1F
Octal 107 126 126 21 0 0 102 264 12 37
Binary 1000111 1010110 1010110 10001 0 0 1000010 10110100 1010 11111

Color Harmonies of #475656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475656

Black with #475656

Text Example


Text Example

White with #475656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475656; }

 p { color: rgb(71,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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