Shades of Edward #92A498
Tints of Edward #92A498
RGB
CMYK
RGB Variations
Color information
#92A498 (or 0x92A498) is known color: Edward. HEX triplet: 92, A4 and 98. RGB value is (146,164,152). Sum of RGB (Red+Green+Blue) = 146+164+152=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 164 (64.45% from 255 or 35.50% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 164 - color contains mainly: green. Hex color #92A498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A498 is #6D5B67. Grayscale: #9D9D9D. Windows color (decimal): -7166824 or 10003602. OLE color: 10003602.
HSL color Cylindrical-coordinate representation of color #92A498: hue angle of 140º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #92A498 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 146 | 164 | 152 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.36 |
| HSL | 140º | 0.09% | 0.61% | - |
| HSV(B) | 140º | 0.11% | 0.64% | - |
| XYZ | 30.8 | 34.93 | 34.82 | - |
| YUV | 157.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 164 | 152 | 0.11 | 0 | 0.07 | 0.36 | 140 | 0.09 | 0.61 |
| Hex | 92 | A4 | 98 | B | 0 | 7 | 24 | 8C | 9 | 3D |
| Octal | 222 | 244 | 230 | 13 | 0 | 7 | 44 | 214 | 11 | 75 |
| Binary | 10010010 | 10100100 | 10011000 | 1011 | 0 | 111 | 100100 | 10001100 | 1001 | 111101 |
Color Harmonies of #92A498
Complementary color
Monochromatic Colors of #92A498
Black with #92A498
Text Example
Text Example
White with #92A498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A498; }
p { color: rgb(146,164,152); }
H1.HeaderClassName
{
color: #92A498;
}
.AnyTagClassName
{
color: #92A498;
}
</style>
background-color css
<style>
a { background-color: #92A498; }
a { background-color: rgb(146,164,152); }
div.DivClassName
{
background-color: #92A498;
}
.BgClassName
{
background-color: #92A498;
}
</style>
border-color css
<style>
span { border-color: #92A498; }
span { border-color: rgb(146,164,152); }
td.TdClassName
{
border-color: #92A498;
}
.TagClassName
{
border-color: #92A498;
}
</style>