Html Css Color HEX #475A57 Dark Slate

📋 copy color: '#475A57'

red 71 ◦ green 90 ◦ blue 87

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

Shades of Dark Slate #475A57

Tints of Dark Slate #475A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

 BLUE value IS 87 (34.38% from 255) = 35.08%

R = 28.63%
G = 36.29%
B = 35.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#475A57 (or 0x475A57) is known color: Dark Slate. HEX triplet: 47, 5A and 57. RGB value is (71,90,87). Sum of RGB (Red+Green+Blue) = 71+90+87=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 90 - color contains mainly: green. Hex color #475A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475A57 is #B8A5A8. Grayscale: #535353. Windows color (decimal): -12101033 or 5724743. OLE color: 5724743.

HSL color Cylindrical-coordinate representation of color #475A57: hue angle of 170.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #475A57 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 90 87 -
CMYK 0.21 0 0.03 0.65
HSL 170.53º 0.12% 0.32% -
HSV(B) 170.53º 0.21% 0.35% -
XYZ 7.97 9.34 10.4 -
YUV 83.98 129.71 118.74 -
System Red Green Blue C M Y K H S L
Decimal 71 90 87 0.21 0 0.03 0.65 170.53 0.12 0.32
Hex 47 5A 57 15 0 3 41 AB C 20
Octal 107 132 127 25 0 3 101 253 14 40
Binary 1000111 1011010 1010111 10101 0 11 1000001 10101011 1100 100000

Color Harmonies of #475A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475A57

Black with #475A57

Text Example


Text Example

White with #475A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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