Shades of Bright Grey #555764
Tints of Bright Grey #555764
RGB
CMYK
RGB Variations
Color information
#555764 (or 0x555764) is known color: Bright Grey. HEX triplet: 55, 57 and 64. RGB value is (85,87,100). Sum of RGB (Red+Green+Blue) = 85+87+100=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 100 - color contains mainly: blue. Hex color #555764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555764 is #AAA89B. Grayscale: #575757. Windows color (decimal): -11184284 or 6575957. OLE color: 6575957.
HSL color Cylindrical-coordinate representation of color #555764: hue angle of 232º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555764 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 87 | 100 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.61 |
| HSL | 232º | 0.08% | 0.36% | - |
| HSV(B) | 232º | 0.15% | 0.39% | - |
| XYZ | 9.45 | 9.67 | 13.42 | - |
| YUV | 87.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 100 | 0.15 | 0.13 | 0 | 0.61 | 232 | 0.08 | 0.36 |
| Hex | 55 | 57 | 64 | F | D | 0 | 3D | E8 | 8 | 24 |
| Octal | 125 | 127 | 144 | 17 | 15 | 0 | 75 | 350 | 10 | 44 |
| Binary | 1010101 | 1010111 | 1100100 | 1111 | 1101 | 0 | 111101 | 11101000 | 1000 | 100100 |
Color Harmonies of #555764
Complementary color
Monochromatic Colors of #555764
Black with #555764
Text Example
Text Example
White with #555764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555764; }
p { color: rgb(85,87,100); }
H1.HeaderClassName
{
color: #555764;
}
.AnyTagClassName
{
color: #555764;
}
</style>
background-color css
<style>
a { background-color: #555764; }
a { background-color: rgb(85,87,100); }
div.DivClassName
{
background-color: #555764;
}
.BgClassName
{
background-color: #555764;
}
</style>
border-color css
<style>
span { border-color: #555764; }
span { border-color: rgb(85,87,100); }
td.TdClassName
{
border-color: #555764;
}
.TagClassName
{
border-color: #555764;
}
</style>