Html Css Color HEX #475855 Dark Slate

📋 copy color: '#475855'

red 71 ◦ green 88 ◦ blue 85

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

Shades of Dark Slate #475855

Tints of Dark Slate #475855

RGB

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

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

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

R = 29.1%
G = 36.07%
B = 34.84%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#475855 (or 0x475855) is known color: Dark Slate. HEX triplet: 47, 58 and 55. RGB value is (71,88,85). Sum of RGB (Red+Green+Blue) = 71+88+85=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 88 - color contains mainly: green. Hex color #475855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475855 is #B8A7AA. Grayscale: #525252. Windows color (decimal): -12101547 or 5593159. OLE color: 5593159.

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

Color convert

RGB 71 88 85 -
CMYK 0.19 0 0.03 0.65
HSL 169.41º 0.11% 0.31% -
HSV(B) 169.41º 0.19% 0.35% -
XYZ 7.73 8.97 9.92 -
YUV 82.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 71 88 85 0.19 0 0.03 0.65 169.41 0.11 0.31
Hex 47 58 55 13 0 3 41 A9 B 1F
Octal 107 130 125 23 0 3 101 251 13 37
Binary 1000111 1011000 1010101 10011 0 11 1000001 10101001 1011 11111

Color Harmonies of #475855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475855

Black with #475855

Text Example


Text Example

White with #475855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475855; }

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

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

background-color css

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

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

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

border-color css

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

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

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