Html Css Color HEX #475553 Dark Slate

📋 copy color: '#475553'

red 71 ◦ green 85 ◦ blue 83

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

Shades of Dark Slate #475553

Tints of Dark Slate #475553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.56%

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

R = 29.71%
G = 35.56%
B = 34.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#475553 (or 0x475553) is known color: Dark Slate. HEX triplet: 47, 55 and 53. RGB value is (71,85,83). Sum of RGB (Red+Green+Blue) = 71+85+83=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #475553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475553 is #B8AAAC. Grayscale: #505050. Windows color (decimal): -12102317 or 5461319. OLE color: 5461319.

HSL color Cylindrical-coordinate representation of color #475553: hue angle of 171.43º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #475553 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 83 -
CMYK 0.16 0 0.02 0.67
HSL 171.43º 0.09% 0.31% -
HSV(B) 171.43º 0.16% 0.33% -
XYZ 7.41 8.46 9.43 -
YUV 80.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 71 85 83 0.16 0 0.02 0.67 171.43 0.09 0.31
Hex 47 55 53 10 0 2 43 AB 9 1F
Octal 107 125 123 20 0 2 103 253 11 37
Binary 1000111 1010101 1010011 10000 0 10 1000011 10101011 1001 11111

Color Harmonies of #475553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475553

Black with #475553

Text Example


Text Example

White with #475553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475553; }

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

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

background-color css

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

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

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

border-color css

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

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

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