Shades of Edward #919492
Tints of Edward #919492
RGB
CMYK
RGB Variations
Color information
#919492 (or 0x919492) is known color: Edward. HEX triplet: 91, 94 and 92. RGB value is (145,148,146). Sum of RGB (Red+Green+Blue) = 145+148+146=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 148 - color contains mainly: green. Hex color #919492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919492 is #6E6B6D. Grayscale: #929292. Windows color (decimal): -7236462 or 9606289. OLE color: 9606289.
HSL color Cylindrical-coordinate representation of color #919492: hue angle of 140º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #919492 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 146 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.42 |
| HSL | 140º | 0.01% | 0.57% | - |
| HSV(B) | 140º | 0.02% | 0.58% | - |
| XYZ | 27.46 | 29.27 | 31.4 | - |
| YUV | 146.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 146 | 0.02 | 0 | 0.01 | 0.42 | 140 | 0.01 | 0.57 |
| Hex | 91 | 94 | 92 | 2 | 0 | 1 | 2A | 8C | 1 | 39 |
| Octal | 221 | 224 | 222 | 2 | 0 | 1 | 52 | 214 | 1 | 71 |
| Binary | 10010001 | 10010100 | 10010010 | 10 | 0 | 1 | 101010 | 10001100 | 1 | 111001 |
Color Harmonies of #919492
Complementary color
Monochromatic Colors of #919492
Black with #919492
Text Example
Text Example
White with #919492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919492; }
p { color: rgb(145,148,146); }
H1.HeaderClassName
{
color: #919492;
}
.AnyTagClassName
{
color: #919492;
}
</style>
background-color css
<style>
a { background-color: #919492; }
a { background-color: rgb(145,148,146); }
div.DivClassName
{
background-color: #919492;
}
.BgClassName
{
background-color: #919492;
}
</style>
border-color css
<style>
span { border-color: #919492; }
span { border-color: rgb(145,148,146); }
td.TdClassName
{
border-color: #919492;
}
.TagClassName
{
border-color: #919492;
}
</style>