Html Css Color HEX #475D5C Dark Slate

📋 copy color: '#475D5C'

red 71 ◦ green 93 ◦ blue 92

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

Shades of Dark Slate #475D5C

Tints of Dark Slate #475D5C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.33%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 27.73%
G = 36.33%
B = 35.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.64

RGB Variations

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

Color information

#475D5C (or 0x475D5C) is known color: Dark Slate. HEX triplet: 47, 5D and 5C. RGB value is (71,93,92). Sum of RGB (Red+Green+Blue) = 71+93+92=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 93 - color contains mainly: green. Hex color #475D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D5C is #B8A2A3. Grayscale: #565656. Windows color (decimal): -12100260 or 6053191. OLE color: 6053191.

HSL color Cylindrical-coordinate representation of color #475D5C: hue angle of 177.27º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D5C is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 92 -
CMYK 0.24 0 0.01 0.64
HSL 177.27º 0.13% 0.32% -
HSV(B) 177.27º 0.24% 0.36% -
XYZ 8.44 9.94 11.6 -
YUV 86.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 71 93 92 0.24 0 0.01 0.64 177.27 0.13 0.32
Hex 47 5D 5C 18 0 1 40 B1 D 20
Octal 107 135 134 30 0 1 100 261 15 40
Binary 1000111 1011101 1011100 11000 0 1 1000000 10110001 1101 100000

Color Harmonies of #475D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D5C

Black with #475D5C

Text Example


Text Example

White with #475D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D5C; }

 p { color: rgb(71,93,92); }

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

background-color css

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

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

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

border-color css

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

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

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