Shades of Edward #94A59B
Tints of Edward #94A59B
RGB
CMYK
RGB Variations
Color information
#94A59B (or 0x94A59B) is known color: Edward. HEX triplet: 94, A5 and 9B. RGB value is (148,165,155). Sum of RGB (Red+Green+Blue) = 148+165+155=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #94A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A59B is #6B5A64. Grayscale: #9E9E9E. Windows color (decimal): -7035493 or 10200468. OLE color: 10200468.
HSL color Cylindrical-coordinate representation of color #94A59B: hue angle of 144.71º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #94A59B is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 165 | 155 | - |
| CMYK | 0.10 | 0 | 0.06 | 0.35 |
| HSL | 144.71º | 0.09% | 0.61% | - |
| HSV(B) | 144.71º | 0.1% | 0.65% | - |
| XYZ | 31.58 | 35.57 | 36.21 | - |
| YUV | 158.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 165 | 155 | 0.10 | 0 | 0.06 | 0.35 | 144.71 | 0.09 | 0.61 |
| Hex | 94 | A5 | 9B | A | 0 | 6 | 23 | 91 | 9 | 3D |
| Octal | 224 | 245 | 233 | 12 | 0 | 6 | 43 | 221 | 11 | 75 |
| Binary | 10010100 | 10100101 | 10011011 | 1010 | 0 | 110 | 100011 | 10010001 | 1001 | 111101 |
Color Harmonies of #94A59B
Complementary color
Monochromatic Colors of #94A59B
Black with #94A59B
Text Example
Text Example
White with #94A59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A59B; }
p { color: rgb(148,165,155); }
H1.HeaderClassName
{
color: #94A59B;
}
.AnyTagClassName
{
color: #94A59B;
}
</style>
background-color css
<style>
a { background-color: #94A59B; }
a { background-color: rgb(148,165,155); }
div.DivClassName
{
background-color: #94A59B;
}
.BgClassName
{
background-color: #94A59B;
}
</style>
border-color css
<style>
span { border-color: #94A59B; }
span { border-color: rgb(148,165,155); }
td.TdClassName
{
border-color: #94A59B;
}
.TagClassName
{
border-color: #94A59B;
}
</style>