Shades of Grey Chateau #959DA5
Tints of Grey Chateau #959DA5
RGB
CMYK
RGB Variations
Color information
#959DA5 (or 0x959DA5) is known color: Grey Chateau. HEX triplet: 95, 9D and A5. RGB value is (149,157,165). Sum of RGB (Red+Green+Blue) = 149+157+165=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 165 - color contains mainly: blue. Hex color #959DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959DA5 is #6A625A. Grayscale: #9B9B9B. Windows color (decimal): -6971995 or 10853781. OLE color: 10853781.
HSL color Cylindrical-coordinate representation of color #959DA5: hue angle of 210º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959DA5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 157 | 165 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.35 |
| HSL | 210º | 0.08% | 0.62% | - |
| HSV(B) | 210º | 0.1% | 0.65% | - |
| XYZ | 31.24 | 33.22 | 40.36 | - |
| YUV | 155.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 165 | 0.10 | 0.05 | 0 | 0.35 | 210 | 0.08 | 0.62 |
| Hex | 95 | 9D | A5 | A | 5 | 0 | 23 | D2 | 8 | 3E |
| Octal | 225 | 235 | 245 | 12 | 5 | 0 | 43 | 322 | 10 | 76 |
| Binary | 10010101 | 10011101 | 10100101 | 1010 | 101 | 0 | 100011 | 11010010 | 1000 | 111110 |
Color Harmonies of #959DA5
Complementary color
Monochromatic Colors of #959DA5
Black with #959DA5
Text Example
Text Example
White with #959DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959DA5; }
p { color: rgb(149,157,165); }
H1.HeaderClassName
{
color: #959DA5;
}
.AnyTagClassName
{
color: #959DA5;
}
</style>
background-color css
<style>
a { background-color: #959DA5; }
a { background-color: rgb(149,157,165); }
div.DivClassName
{
background-color: #959DA5;
}
.BgClassName
{
background-color: #959DA5;
}
</style>
border-color css
<style>
span { border-color: #959DA5; }
span { border-color: rgb(149,157,165); }
td.TdClassName
{
border-color: #959DA5;
}
.TagClassName
{
border-color: #959DA5;
}
</style>