Shades of Nevada #5C7274
Tints of Nevada #5C7274
RGB
CMYK
RGB Variations
Color information
#5C7274 (or 0x5C7274) is known color: Nevada. HEX triplet: 5C, 72 and 74. RGB value is (92,114,116). Sum of RGB (Red+Green+Blue) = 92+114+116=322 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.57% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C7274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7274 is #A38D8B. Grayscale: #6B6B6B. Windows color (decimal): -10718604 or 7631452. OLE color: 7631452.
HSL color Cylindrical-coordinate representation of color #5C7274: hue angle of 185º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C7274 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 92 | 114 | 116 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.55 |
| HSL | 185º | 0.12% | 0.41% | - |
| HSV(B) | 185º | 0.21% | 0.45% | - |
| XYZ | 13.58 | 15.57 | 18.81 | - |
| YUV | 107.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 114 | 116 | 0.21 | 0.02 | 0 | 0.55 | 185 | 0.12 | 0.41 |
| Hex | 5C | 72 | 74 | 15 | 2 | 0 | 37 | B9 | C | 29 |
| Octal | 134 | 162 | 164 | 25 | 2 | 0 | 67 | 271 | 14 | 51 |
| Binary | 1011100 | 1110010 | 1110100 | 10101 | 10 | 0 | 110111 | 10111001 | 1100 | 101001 |
Color Harmonies of #5C7274
Complementary color
Monochromatic Colors of #5C7274
Black with #5C7274
Text Example
Text Example
White with #5C7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7274; }
p { color: rgb(92,114,116); }
H1.HeaderClassName
{
color: #5C7274;
}
.AnyTagClassName
{
color: #5C7274;
}
</style>
background-color css
<style>
a { background-color: #5C7274; }
a { background-color: rgb(92,114,116); }
div.DivClassName
{
background-color: #5C7274;
}
.BgClassName
{
background-color: #5C7274;
}
</style>
border-color css
<style>
span { border-color: #5C7274; }
span { border-color: rgb(92,114,116); }
td.TdClassName
{
border-color: #5C7274;
}
.TagClassName
{
border-color: #5C7274;
}
</style>