Html Css Color HEX #475353 Dark Slate

📋 copy color: '#475353'

red 71 ◦ green 83 ◦ blue 83

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

Shades of Dark Slate #475353

Tints of Dark Slate #475353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.02%

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

R = 29.96%
G = 35.02%
B = 35.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#475353 (or 0x475353) is known color: Dark Slate. HEX triplet: 47, 53 and 53. RGB value is (71,83,83). Sum of RGB (Red+Green+Blue) = 71+83+83=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #475353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475353 is #B8ACAC. Grayscale: #4F4F4F. Windows color (decimal): -12102829 or 5460807. OLE color: 5460807.

HSL color Cylindrical-coordinate representation of color #475353: hue angle of 180º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #475353 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 83 -
CMYK 0.14 0 0 0.67
HSL 180º 0.08% 0.3% -
HSV(B) 180º 0.14% 0.33% -
XYZ 7.25 8.15 9.37 -
YUV 79.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 71 83 83 0.14 0 0 0.67 180 0.08 0.3
Hex 47 53 53 E 0 0 43 B4 8 1E
Octal 107 123 123 16 0 0 103 264 10 36
Binary 1000111 1010011 1010011 1110 0 0 1000011 10110100 1000 11110

Color Harmonies of #475353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475353

Black with #475353

Text Example


Text Example

White with #475353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475353; }

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

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

background-color css

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

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

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

border-color css

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

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

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