Html Css Color HEX #475654 Dark Slate

📋 copy color: '#475654'

red 71 ◦ green 86 ◦ blue 84

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

Shades of Dark Slate #475654

Tints of Dark Slate #475654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 29.46%
G = 35.68%
B = 34.85%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#475654 (or 0x475654) is known color: Dark Slate. HEX triplet: 47, 56 and 54. RGB value is (71,86,84). Sum of RGB (Red+Green+Blue) = 71+86+84=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 86 - color contains mainly: green. Hex color #475654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475654 is #B8A9AB. Grayscale: #515151. Windows color (decimal): -12102060 or 5527111. OLE color: 5527111.

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

Color convert

RGB 71 86 84 -
CMYK 0.17 0 0.02 0.66
HSL 172º 0.1% 0.31% -
HSV(B) 172º 0.17% 0.34% -
XYZ 7.53 8.64 9.66 -
YUV 81.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 71 86 84 0.17 0 0.02 0.66 172 0.1 0.31
Hex 47 56 54 11 0 2 42 AC A 1F
Octal 107 126 124 21 0 2 102 254 12 37
Binary 1000111 1010110 1010100 10001 0 10 1000010 10101100 1010 11111

Color Harmonies of #475654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475654

Black with #475654

Text Example


Text Example

White with #475654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475654; }

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

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

background-color css

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

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

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

border-color css

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

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

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