Html Css Color HEX #475D5A Dark Slate

📋 copy color: '#475D5A'

red 71 ◦ green 93 ◦ blue 90

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

Shades of Dark Slate #475D5A

Tints of Dark Slate #475D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.43%

R = 27.95%
G = 36.61%
B = 35.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.64

RGB Variations

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

Color information

#475D5A (or 0x475D5A) is known color: Dark Slate. HEX triplet: 47, 5D and 5A. RGB value is (71,93,90). Sum of RGB (Red+Green+Blue) = 71+93+90=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #475D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D5A is #B8A2A5. Grayscale: #565656. Windows color (decimal): -12100262 or 5922119. OLE color: 5922119.

HSL color Cylindrical-coordinate representation of color #475D5A: hue angle of 171.82º 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 #475D5A is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 90 -
CMYK 0.24 0 0.03 0.64
HSL 171.82º 0.13% 0.32% -
HSV(B) 171.82º 0.24% 0.36% -
XYZ 8.36 9.91 11.14 -
YUV 86.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 71 93 90 0.24 0 0.03 0.64 171.82 0.13 0.32
Hex 47 5D 5A 18 0 3 40 AC D 20
Octal 107 135 132 30 0 3 100 254 15 40
Binary 1000111 1011101 1011010 11000 0 11 1000000 10101100 1101 100000

Color Harmonies of #475D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D5A

Black with #475D5A

Text Example


Text Example

White with #475D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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