Shades of Edward #959C97
Tints of Edward #959C97
RGB
CMYK
RGB Variations
Color information
#959C97 (or 0x959C97) is known color: Edward. HEX triplet: 95, 9C and 97. RGB value is (149,156,151). Sum of RGB (Red+Green+Blue) = 149+156+151=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 151 (59.38% from 255 or 33.11% from 456); Max value from RGB is 156 - color contains mainly: green. Hex color #959C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C97 is #6A6368. Grayscale: #999999. Windows color (decimal): -6972265 or 9936021. OLE color: 9936021.
HSL color Cylindrical-coordinate representation of color #959C97: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959C97 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 151 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.39 |
| HSL | 137.14º | 0.03% | 0.6% | - |
| HSV(B) | 137.14º | 0.04% | 0.61% | - |
| XYZ | 29.87 | 32.4 | 33.96 | - |
| YUV | 153.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 151 | 0.04 | 0 | 0.03 | 0.39 | 137.14 | 0.03 | 0.6 |
| Hex | 95 | 9C | 97 | 4 | 0 | 3 | 27 | 89 | 3 | 3C |
| Octal | 225 | 234 | 227 | 4 | 0 | 3 | 47 | 211 | 3 | 74 |
| Binary | 10010101 | 10011100 | 10010111 | 100 | 0 | 11 | 100111 | 10001001 | 11 | 111100 |
Color Harmonies of #959C97
Complementary color
Monochromatic Colors of #959C97
Black with #959C97
Text Example
Text Example
White with #959C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C97; }
p { color: rgb(149,156,151); }
H1.HeaderClassName
{
color: #959C97;
}
.AnyTagClassName
{
color: #959C97;
}
</style>
background-color css
<style>
a { background-color: #959C97; }
a { background-color: rgb(149,156,151); }
div.DivClassName
{
background-color: #959C97;
}
.BgClassName
{
background-color: #959C97;
}
</style>
border-color css
<style>
span { border-color: #959C97; }
span { border-color: rgb(149,156,151); }
td.TdClassName
{
border-color: #959C97;
}
.TagClassName
{
border-color: #959C97;
}
</style>