#5D7576

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

Shades of Nevada #5D7576

Tints of Nevada #5D7576

Color information

#5D7576 (or 0x5D7576) is unknown color: approx Nevada. HEX triplet: 5D, 75 and 76. RGB value is (93,117,118). Sum of RGB (Red+Green+Blue) = 93+117+118=328 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.35% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #5D7576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7576 is #A28A89. Grayscale: #6D6D6D. Windows color (decimal): -10652298 or 7763293. OLE color: 7763293.

HSL color Cylindrical-coordinate representation of color #5D7576: hue angle of 182.4º 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 #5D7576 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB93117118-
CMYK0.210.0100.54
HSL182.4º11.85%41.37%-
HSV(B)182.4º21.19%46.27%-
XYZ14.1516.3619.55-
YUV109.94132.55115.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.35%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=28.35%
G=35.67%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal931171180.210.0100.54182.411.8541.37
Hex5D7576151036b6c29
Octal1351651662510662661451
Binary1011101111010111101101010110110110101101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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