#5D706F

Color #5D706F Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #5D706F

Tints of Nevada #5D706F

Color information

#5D706F (or 0x5D706F) is unknown color: approx Nevada. HEX triplet: 5D, 70 and 6F. RGB value is (93,112,111). Sum of RGB (Red+Green+Blue) = 93+112+111=316 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.43% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #5D706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D706F is #A28F90. Grayscale: #6A6A6A. Windows color (decimal): -10653585 or 7303261. OLE color: 7303261.

HSL color Cylindrical-coordinate representation of color #5D706F: hue angle of 176.84º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5D706F is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB93112111-
CMYK0.1700.010.56
HSL176.84º9.27%40.2%-
HSV(B)176.84º16.96%43.92%-
XYZ13.1815.0617.25-
YUV106.2130.71118.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.43%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=29.43%
G=35.44%
B=35.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal931121110.1700.010.56176.849.2740.2
Hex5D706F110138b1928
Octal1351601572101702611150
Binary1011101111000011011111000101111000101100011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D706F; }

 p { color: rgb(93,112,111); }

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

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

 a { background-color: rgb(93,112,111); }

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

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

 span { border-color: rgb(93,112,111); }

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