#475E5A

Color #475E5A Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #475E5A

Tints of Dark Slate #475E5A

Color information

#475E5A (or 0x475E5A) is unknown color: approx Dark Slate. HEX triplet: 47, 5E and 5A. RGB value is (71,94,90). Sum of RGB (Red+Green+Blue) = 71+94+90=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 94 - color contains mainly: green. Hex color #475E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E5A is #B8A1A5. Grayscale: #565656. Windows color (decimal): -12100006 or 5922375. OLE color: 5922375.

HSL color Cylindrical-coordinate representation of color #475E5A: hue angle of 169.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E5A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB719490-
CMYK0.2400.040.63
HSL169.57º13.94%32.35%-
HSV(B)169.57º24.47%36.86%-
XYZ8.4510.0811.17-
YUV86.67129.88116.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=27.84%
G=36.86%
B=35.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194900.2400.040.63169.5713.9432.35
Hex475E5A18043Faae20
Octal1071361323004772521640
Binary100011110111101011010110000100111111101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #475E5A;
 }
 .AnyTagClassName
 {
   color: #475E5A;
 }
</style>
background-color css

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

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

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

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

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

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