Shades of Edward #92A599
Tints of Edward #92A599
RGB
CMYK
RGB Variations
Color information
#92A599 (or 0x92A599) is known color: Edward. HEX triplet: 92, A5 and 99. RGB value is (146,165,153). Sum of RGB (Red+Green+Blue) = 146+165+153=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 165 - color contains mainly: green. Hex color #92A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A599 is #6D5A66. Grayscale: #9D9D9D. Windows color (decimal): -7166567 or 10069394. OLE color: 10069394.
HSL color Cylindrical-coordinate representation of color #92A599: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #92A599 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 165 | 153 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.35 |
| HSL | 142.11º | 0.1% | 0.61% | - |
| HSV(B) | 142.11º | 0.12% | 0.65% | - |
| XYZ | 31.06 | 35.32 | 35.32 | - |
| YUV | 157.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 165 | 153 | 0.12 | 0 | 0.07 | 0.35 | 142.11 | 0.1 | 0.61 |
| Hex | 92 | A5 | 99 | C | 0 | 7 | 23 | 8E | A | 3D |
| Octal | 222 | 245 | 231 | 14 | 0 | 7 | 43 | 216 | 12 | 75 |
| Binary | 10010010 | 10100101 | 10011001 | 1100 | 0 | 111 | 100011 | 10001110 | 1010 | 111101 |
Color Harmonies of #92A599
Complementary color
Monochromatic Colors of #92A599
Black with #92A599
Text Example
Text Example
White with #92A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92A599; }
p { color: rgb(146,165,153); }
H1.HeaderClassName
{
color: #92A599;
}
.AnyTagClassName
{
color: #92A599;
}
</style>
background-color css
<style>
a { background-color: #92A599; }
a { background-color: rgb(146,165,153); }
div.DivClassName
{
background-color: #92A599;
}
.BgClassName
{
background-color: #92A599;
}
</style>
border-color css
<style>
span { border-color: #92A599; }
span { border-color: rgb(146,165,153); }
td.TdClassName
{
border-color: #92A599;
}
.TagClassName
{
border-color: #92A599;
}
</style>