Shades of Nevada #5C7271
Tints of Nevada #5C7271
RGB
CMYK
RGB Variations
Color information
#5C7271 (or 0x5C7271) is known color: Nevada. HEX triplet: 5C, 72 and 71. RGB value is (92,114,113). Sum of RGB (Red+Green+Blue) = 92+114+113=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #5C7271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7271 is #A38D8E. Grayscale: #6B6B6B. Windows color (decimal): -10718607 or 7434844. OLE color: 7434844.
HSL color Cylindrical-coordinate representation of color #5C7271: hue angle of 177.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5C7271 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 113 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.55 |
| HSL | 177.27º | 0.11% | 0.4% | - |
| HSV(B) | 177.27º | 0.19% | 0.45% | - |
| XYZ | 13.41 | 15.5 | 17.91 | - |
| YUV | 107.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 113 | 0.19 | 0 | 0.01 | 0.55 | 177.27 | 0.11 | 0.4 |
| Hex | 5C | 72 | 71 | 13 | 0 | 1 | 37 | B1 | B | 28 |
| Octal | 134 | 162 | 161 | 23 | 0 | 1 | 67 | 261 | 13 | 50 |
| Binary | 1011100 | 1110010 | 1110001 | 10011 | 0 | 1 | 110111 | 10110001 | 1011 | 101000 |
Color Harmonies of #5C7271
Complementary color
Monochromatic Colors of #5C7271
Black with #5C7271
Text Example
Text Example
White with #5C7271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7271; }
p { color: rgb(92,114,113); }
H1.HeaderClassName
{
color: #5C7271;
}
.AnyTagClassName
{
color: #5C7271;
}
</style>
background-color css
<style>
a { background-color: #5C7271; }
a { background-color: rgb(92,114,113); }
div.DivClassName
{
background-color: #5C7271;
}
.BgClassName
{
background-color: #5C7271;
}
</style>
border-color css
<style>
span { border-color: #5C7271; }
span { border-color: rgb(92,114,113); }
td.TdClassName
{
border-color: #5C7271;
}
.TagClassName
{
border-color: #5C7271;
}
</style>