Html Css Color HEX #475753 Dark Slate

📋 copy color: '#475753'

red 71 ◦ green 87 ◦ blue 83

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

Shades of Dark Slate #475753

Tints of Dark Slate #475753

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.1%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 29.46%
G = 36.1%
B = 34.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#475753 (or 0x475753) is known color: Dark Slate. HEX triplet: 47, 57 and 53. RGB value is (71,87,83). Sum of RGB (Red+Green+Blue) = 71+87+83=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #475753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475753 is #B8A8AC. Grayscale: #515151. Windows color (decimal): -12101805 or 5461831. OLE color: 5461831.

HSL color Cylindrical-coordinate representation of color #475753: hue angle of 165º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475753 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 83 -
CMYK 0.18 0 0.05 0.66
HSL 165º 0.1% 0.31% -
HSV(B) 165º 0.18% 0.34% -
XYZ 7.57 8.78 9.48 -
YUV 81.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 71 87 83 0.18 0 0.05 0.66 165 0.1 0.31
Hex 47 57 53 12 0 5 42 A5 A 1F
Octal 107 127 123 22 0 5 102 245 12 37
Binary 1000111 1010111 1010011 10010 0 101 1000010 10100101 1010 11111

Color Harmonies of #475753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475753

Black with #475753

Text Example


Text Example

White with #475753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475753; }

 p { color: rgb(71,87,83); }

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

background-color css

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

 a { background-color: rgb(71,87,83); }

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

border-color css

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

 span { border-color: rgb(71,87,83); }

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