Html Css Color HEX #5D706F Nevada

📋 copy color: '#5D706F'

red 93 ◦ green 112 ◦ blue 111

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

Shades of Nevada #5D706F

Tints of Nevada #5D706F

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 value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#5D706F (or 0x5D706F) is known color: 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

RGB 93 112 111 -
CMYK 0.17 0 0.01 0.56
HSL 176.84º 0.09% 0.4% -
HSV(B) 176.84º 0.17% 0.44% -
XYZ 13.18 15.06 17.25 -
YUV 106.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 93 112 111 0.17 0 0.01 0.56 176.84 0.09 0.4
Hex 5D 70 6F 11 0 1 38 B1 9 28
Octal 135 160 157 21 0 1 70 261 11 50
Binary 1011101 1110000 1101111 10001 0 1 111000 10110001 1001 101000

Color Harmonies of #5D706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D706F

Black with #5D706F

Text Example


Text Example

White with #5D706F

Text Example


Text Example

HTML Codes & Css Web 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>