Shades of Grey Suit #95959C
Tints of Grey Suit #95959C
RGB
CMYK
RGB Variations
Color information
#95959C (or 0x95959C) is known color: Grey Suit. HEX triplet: 95, 95 and 9C. RGB value is (149,149,156). Sum of RGB (Red+Green+Blue) = 149+149+156=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 156 - color contains mainly: blue. Hex color #95959C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95959C is #6A6A63. Grayscale: #959595. Windows color (decimal): -6974052 or 10261909. OLE color: 10261909.
HSL color Cylindrical-coordinate representation of color #95959C: hue angle of 240º 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 #95959C is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 149 | 156 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.39 |
| HSL | 240º | 0.03% | 0.6% | - |
| HSV(B) | 240º | 0.04% | 0.61% | - |
| XYZ | 29.14 | 30.28 | 35.76 | - |
| YUV | 149.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 149 | 156 | 0.04 | 0.04 | 0 | 0.39 | 240 | 0.03 | 0.6 |
| Hex | 95 | 95 | 9C | 4 | 4 | 0 | 27 | F0 | 3 | 3C |
| Octal | 225 | 225 | 234 | 4 | 4 | 0 | 47 | 360 | 3 | 74 |
| Binary | 10010101 | 10010101 | 10011100 | 100 | 100 | 0 | 100111 | 11110000 | 11 | 111100 |
Color Harmonies of #95959C
Complementary color
Monochromatic Colors of #95959C
Black with #95959C
Text Example
Text Example
White with #95959C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95959C; }
p { color: rgb(149,149,156); }
H1.HeaderClassName
{
color: #95959C;
}
.AnyTagClassName
{
color: #95959C;
}
</style>
background-color css
<style>
a { background-color: #95959C; }
a { background-color: rgb(149,149,156); }
div.DivClassName
{
background-color: #95959C;
}
.BgClassName
{
background-color: #95959C;
}
</style>
border-color css
<style>
span { border-color: #95959C; }
span { border-color: rgb(149,149,156); }
td.TdClassName
{
border-color: #95959C;
}
.TagClassName
{
border-color: #95959C;
}
</style>