#5D7476

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

Shades of Nevada #5D7476

Tints of Nevada #5D7476

Color information

#5D7476 (or 0x5D7476) is unknown color: approx Nevada. HEX triplet: 5D, 74 and 76. RGB value is (93,116,118). Sum of RGB (Red+Green+Blue) = 93+116+118=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D7476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7476 is #A28B89. Grayscale: #6D6D6D. Windows color (decimal): -10652554 or 7763037. OLE color: 7763037.

HSL color Cylindrical-coordinate representation of color #5D7476: hue angle of 184.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D7476 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB93116118-
CMYK0.210.0200.54
HSL184.8º11.85%41.37%-
HSV(B)184.8º21.19%46.27%-
XYZ14.0316.1319.51-
YUV109.35132.88116.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.44%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=28.44%
G=35.47%
B=36.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931161180.210.0200.54184.811.8541.37
Hex5D7476152036b9c29
Octal1351641662520662711451
Binary10111011110100111011010101100110110101110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,116,118); }

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

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

 a { background-color: rgb(93,116,118); }

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

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

 span { border-color: rgb(93,116,118); }

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