Shades of Edward #929593
Tints of Edward #929593
RGB
CMYK
RGB Variations
Color information
#929593 (or 0x929593) is known color: Edward. HEX triplet: 92, 95 and 93. RGB value is (146,149,147). Sum of RGB (Red+Green+Blue) = 146+149+147=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 149 - color contains mainly: green. Hex color #929593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929593 is #6D6A6C. Grayscale: #939393. Windows color (decimal): -7170669 or 9672082. OLE color: 9672082.
HSL color Cylindrical-coordinate representation of color #929593: hue angle of 140º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #929593 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 149 | 147 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.42 |
| HSL | 140º | 0.01% | 0.58% | - |
| HSV(B) | 140º | 0.02% | 0.58% | - |
| XYZ | 27.87 | 29.71 | 31.87 | - |
| YUV | 147.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 149 | 147 | 0.02 | 0 | 0.01 | 0.42 | 140 | 0.01 | 0.58 |
| Hex | 92 | 95 | 93 | 2 | 0 | 1 | 2A | 8C | 1 | 3A |
| Octal | 222 | 225 | 223 | 2 | 0 | 1 | 52 | 214 | 1 | 72 |
| Binary | 10010010 | 10010101 | 10010011 | 10 | 0 | 1 | 101010 | 10001100 | 1 | 111010 |
Color Harmonies of #929593
Complementary color
Monochromatic Colors of #929593
Black with #929593
Text Example
Text Example
White with #929593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929593; }
p { color: rgb(146,149,147); }
H1.HeaderClassName
{
color: #929593;
}
.AnyTagClassName
{
color: #929593;
}
</style>
background-color css
<style>
a { background-color: #929593; }
a { background-color: rgb(146,149,147); }
div.DivClassName
{
background-color: #929593;
}
.BgClassName
{
background-color: #929593;
}
</style>
border-color css
<style>
span { border-color: #929593; }
span { border-color: rgb(146,149,147); }
td.TdClassName
{
border-color: #929593;
}
.TagClassName
{
border-color: #929593;
}
</style>