Html Css Color HEX #475655 Dark Slate

📋 copy color: '#475655'

red 71 ◦ green 86 ◦ blue 85

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

Shades of Dark Slate #475655

Tints of Dark Slate #475655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 29.34%
G = 35.54%
B = 35.12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#475655 (or 0x475655) is known color: Dark Slate. HEX triplet: 47, 56 and 55. RGB value is (71,86,85). Sum of RGB (Red+Green+Blue) = 71+86+85=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 86 - color contains mainly: green. Hex color #475655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475655 is #B8A9AA. Grayscale: #515151. Windows color (decimal): -12102059 or 5592647. OLE color: 5592647.

HSL color Cylindrical-coordinate representation of color #475655: hue angle of 176º 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 #475655 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 85 -
CMYK 0.17 0 0.01 0.66
HSL 176º 0.1% 0.31% -
HSV(B) 176º 0.17% 0.34% -
XYZ 7.57 8.65 9.87 -
YUV 81.4 130.03 120.58 -
System Red Green Blue C M Y K H S L
Decimal 71 86 85 0.17 0 0.01 0.66 176 0.1 0.31
Hex 47 56 55 11 0 1 42 B0 A 1F
Octal 107 126 125 21 0 1 102 260 12 37
Binary 1000111 1010110 1010101 10001 0 1 1000010 10110000 1010 11111

Color Harmonies of #475655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475655

Black with #475655

Text Example


Text Example

White with #475655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475655; }

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

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

background-color css

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

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

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

border-color css

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

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

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