Html Css Color HEX #475856 Dark Slate

📋 copy color: '#475856'

red 71 ◦ green 88 ◦ blue 86

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

Shades of Dark Slate #475856

Tints of Dark Slate #475856

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 28.98%
G = 35.92%
B = 35.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#475856 (or 0x475856) is known color: Dark Slate. HEX triplet: 47, 58 and 56. RGB value is (71,88,86). Sum of RGB (Red+Green+Blue) = 71+88+86=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #475856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475856 is #B8A7A9. Grayscale: #525252. Windows color (decimal): -12101546 or 5658695. OLE color: 5658695.

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

Color convert

RGB 71 88 86 -
CMYK 0.19 0 0.02 0.65
HSL 172.94º 0.11% 0.31% -
HSV(B) 172.94º 0.19% 0.35% -
XYZ 7.77 8.99 10.13 -
YUV 82.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 71 88 86 0.19 0 0.02 0.65 172.94 0.11 0.31
Hex 47 58 56 13 0 2 41 AD B 1F
Octal 107 130 126 23 0 2 101 255 13 37
Binary 1000111 1011000 1010110 10011 0 10 1000001 10101101 1011 11111

Color Harmonies of #475856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475856

Black with #475856

Text Example


Text Example

White with #475856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475856; }

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

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

background-color css

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

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

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

border-color css

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

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

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