Shades of Nevada #5C7375
Tints of Nevada #5C7375
RGB
CMYK
RGB Variations
Color information
#5C7375 (or 0x5C7375) is known color: Nevada. HEX triplet: 5C, 73 and 75. RGB value is (92,115,117). Sum of RGB (Red+Green+Blue) = 92+115+117=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 117 (46.09% from 255 or 36.11% from 324); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C7375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7375 is #A38C8A. Grayscale: #6C6C6C. Windows color (decimal): -10718347 or 7697244. OLE color: 7697244.
HSL color Cylindrical-coordinate representation of color #5C7375: 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 #5C7375 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 115 | 117 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.54 |
| HSL | 184.8º | 0.12% | 0.41% | - |
| HSV(B) | 184.8º | 0.21% | 0.46% | - |
| XYZ | 13.76 | 15.82 | 19.16 | - |
| YUV | 108.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 115 | 117 | 0.21 | 0.02 | 0 | 0.54 | 184.8 | 0.12 | 0.41 |
| Hex | 5C | 73 | 75 | 15 | 2 | 0 | 36 | B9 | C | 29 |
| Octal | 134 | 163 | 165 | 25 | 2 | 0 | 66 | 271 | 14 | 51 |
| Binary | 1011100 | 1110011 | 1110101 | 10101 | 10 | 0 | 110110 | 10111001 | 1100 | 101001 |
Color Harmonies of #5C7375
Complementary color
Monochromatic Colors of #5C7375
Black with #5C7375
Text Example
Text Example
White with #5C7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7375; }
p { color: rgb(92,115,117); }
H1.HeaderClassName
{
color: #5C7375;
}
.AnyTagClassName
{
color: #5C7375;
}
</style>
background-color css
<style>
a { background-color: #5C7375; }
a { background-color: rgb(92,115,117); }
div.DivClassName
{
background-color: #5C7375;
}
.BgClassName
{
background-color: #5C7375;
}
</style>
border-color css
<style>
span { border-color: #5C7375; }
span { border-color: rgb(92,115,117); }
td.TdClassName
{
border-color: #5C7375;
}
.TagClassName
{
border-color: #5C7375;
}
</style>