Shades of Nevada #5E7273
Tints of Nevada #5E7273
RGB
CMYK
RGB Variations
Color information
#5E7273 (or 0x5E7273) is known color: Nevada. HEX triplet: 5E, 72 and 73. RGB value is (94,114,115). Sum of RGB (Red+Green+Blue) = 94+114+115=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #5E7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7273 is #A18D8C. Grayscale: #6C6C6C. Windows color (decimal): -10587533 or 7565918. OLE color: 7565918.
HSL color Cylindrical-coordinate representation of color #5E7273: hue angle of 182.86º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E7273 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
RGB | 94 | 114 | 115 | - |
CMYK | 0.18 | 0.01 | 0 | 0.55 |
HSL | 182.86º | 0.1% | 0.41% | - |
HSV(B) | 182.86º | 0.18% | 0.45% | - |
XYZ | 13.73 | 15.65 | 18.52 | - |
YUV | 108.13 | 131.87 | 117.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 114 | 115 | 0.18 | 0.01 | 0 | 0.55 | 182.86 | 0.1 | 0.41 |
Hex | 5E | 72 | 73 | 12 | 1 | 0 | 37 | B7 | A | 29 |
Octal | 136 | 162 | 163 | 22 | 1 | 0 | 67 | 267 | 12 | 51 |
Binary | 1011110 | 1110010 | 1110011 | 10010 | 1 | 0 | 110111 | 10110111 | 1010 | 101001 |
Color Harmonies of #5E7273
Complementary color
Monochromatic Colors of #5E7273
Black with #5E7273
Text Example
Text Example
White with #5E7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7273; }
p { color: rgb(94,114,115); }
H1.HeaderClassName
{
color: #5E7273;
}
.AnyTagClassName
{
color: #5E7273;
}
</style>
background-color css
<style>
a { background-color: #5E7273; }
a { background-color: rgb(94,114,115); }
div.DivClassName
{
background-color: #5E7273;
}
.BgClassName
{
background-color: #5E7273;
}
</style>
border-color css
<style>
span { border-color: #5E7273; }
span { border-color: rgb(94,114,115); }
td.TdClassName
{
border-color: #5E7273;
}
.TagClassName
{
border-color: #5E7273;
}
</style>