Shades of Dawn #959491
Tints of Dawn #959491
RGB
CMYK
RGB Variations
Color information
#959491 (or 0x959491) is known color: Dawn. HEX triplet: 95, 94 and 91. RGB value is (149,148,145). Sum of RGB (Red+Green+Blue) = 149+148+145=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 149 - color contains mainly: red. Hex color #959491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959491 is #6A6B6E. Grayscale: #939393. Windows color (decimal): -6974319 or 9540757. OLE color: 9540757.
HSL color Cylindrical-coordinate representation of color #959491: hue angle of 45º degrees, saturation: 0.02, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #959491 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 148 | 145 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.42 |
| HSL | 45º | 0.02% | 0.58% | - |
| HSV(B) | 45º | 0.03% | 0.58% | - |
| XYZ | 28.1 | 29.61 | 31.02 | - |
| YUV | 147.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 148 | 145 | 0 | 0.01 | 0.03 | 0.42 | 45 | 0.02 | 0.58 |
| Hex | 95 | 94 | 91 | 0 | 1 | 3 | 2A | 2D | 2 | 3A |
| Octal | 225 | 224 | 221 | 0 | 1 | 3 | 52 | 55 | 2 | 72 |
| Binary | 10010101 | 10010100 | 10010001 | 0 | 1 | 11 | 101010 | 101101 | 10 | 111010 |
Color Harmonies of #959491
Complementary color
Monochromatic Colors of #959491
Black with #959491
Text Example
Text Example
White with #959491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959491; }
p { color: rgb(149,148,145); }
H1.HeaderClassName
{
color: #959491;
}
.AnyTagClassName
{
color: #959491;
}
</style>
background-color css
<style>
a { background-color: #959491; }
a { background-color: rgb(149,148,145); }
div.DivClassName
{
background-color: #959491;
}
.BgClassName
{
background-color: #959491;
}
</style>
border-color css
<style>
span { border-color: #959491; }
span { border-color: rgb(149,148,145); }
td.TdClassName
{
border-color: #959491;
}
.TagClassName
{
border-color: #959491;
}
</style>