Shades of Bright Grey #555965
Tints of Bright Grey #555965
RGB
CMYK
RGB Variations
Color information
#555965 (or 0x555965) is known color: Bright Grey. HEX triplet: 55, 59 and 65. RGB value is (85,89,101). Sum of RGB (Red+Green+Blue) = 85+89+101=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 101 - color contains mainly: blue. Hex color #555965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555965 is #AAA69A. Grayscale: #595959. Windows color (decimal): -11183771 or 6642005. OLE color: 6642005.
HSL color Cylindrical-coordinate representation of color #555965: hue angle of 225º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #555965 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 89 | 101 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.60 |
| HSL | 225º | 0.09% | 0.36% | - |
| HSV(B) | 225º | 0.16% | 0.4% | - |
| XYZ | 9.67 | 10.02 | 13.74 | - |
| YUV | 89.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 101 | 0.16 | 0.12 | 0 | 0.60 | 225 | 0.09 | 0.36 |
| Hex | 55 | 59 | 65 | 10 | C | 0 | 3C | E1 | 9 | 24 |
| Octal | 125 | 131 | 145 | 20 | 14 | 0 | 74 | 341 | 11 | 44 |
| Binary | 1010101 | 1011001 | 1100101 | 10000 | 1100 | 0 | 111100 | 11100001 | 1001 | 100100 |
Color Harmonies of #555965
Complementary color
Monochromatic Colors of #555965
Black with #555965
Text Example
Text Example
White with #555965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555965; }
p { color: rgb(85,89,101); }
H1.HeaderClassName
{
color: #555965;
}
.AnyTagClassName
{
color: #555965;
}
</style>
background-color css
<style>
a { background-color: #555965; }
a { background-color: rgb(85,89,101); }
div.DivClassName
{
background-color: #555965;
}
.BgClassName
{
background-color: #555965;
}
</style>
border-color css
<style>
span { border-color: #555965; }
span { border-color: rgb(85,89,101); }
td.TdClassName
{
border-color: #555965;
}
.TagClassName
{
border-color: #555965;
}
</style>