Shades of Bright Grey #555A64
Tints of Bright Grey #555A64
RGB
CMYK
RGB Variations
Color information
#555A64 (or 0x555A64) is known color: Bright Grey. HEX triplet: 55, 5A and 64. RGB value is (85,90,100). Sum of RGB (Red+Green+Blue) = 85+90+100=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 100 - color contains mainly: blue. Hex color #555A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A64 is #AAA59B. Grayscale: #595959. Windows color (decimal): -11183516 or 6576725. OLE color: 6576725.
HSL color Cylindrical-coordinate representation of color #555A64: hue angle of 220º 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 #555A64 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 90 | 100 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.61 |
| HSL | 220º | 0.08% | 0.36% | - |
| HSV(B) | 220º | 0.15% | 0.39% | - |
| XYZ | 9.7 | 10.16 | 13.51 | - |
| YUV | 89.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 100 | 0.15 | 0.10 | 0 | 0.61 | 220 | 0.08 | 0.36 |
| Hex | 55 | 5A | 64 | F | A | 0 | 3D | DC | 8 | 24 |
| Octal | 125 | 132 | 144 | 17 | 12 | 0 | 75 | 334 | 10 | 44 |
| Binary | 1010101 | 1011010 | 1100100 | 1111 | 1010 | 0 | 111101 | 11011100 | 1000 | 100100 |
Color Harmonies of #555A64
Complementary color
Monochromatic Colors of #555A64
Black with #555A64
Text Example
Text Example
White with #555A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A64; }
p { color: rgb(85,90,100); }
H1.HeaderClassName
{
color: #555A64;
}
.AnyTagClassName
{
color: #555A64;
}
</style>
background-color css
<style>
a { background-color: #555A64; }
a { background-color: rgb(85,90,100); }
div.DivClassName
{
background-color: #555A64;
}
.BgClassName
{
background-color: #555A64;
}
</style>
border-color css
<style>
span { border-color: #555A64; }
span { border-color: rgb(85,90,100); }
td.TdClassName
{
border-color: #555A64;
}
.TagClassName
{
border-color: #555A64;
}
</style>