Shades of Bright Grey #55575A
Tints of Bright Grey #55575A
RGB
CMYK
RGB Variations
Color information
#55575A (or 0x55575A) is known color: Bright Grey. HEX triplet: 55, 57 and 5A. RGB value is (85,87,90). Sum of RGB (Red+Green+Blue) = 85+87+90=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 90 - color contains mainly: blue. Hex color #55575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55575A is #AAA8A5. Grayscale: #565656. Windows color (decimal): -11184294 or 5920597. OLE color: 5920597.
HSL color Cylindrical-coordinate representation of color #55575A: hue angle of 216º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #55575A is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 87 | 90 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.65 |
| HSL | 216º | 0.03% | 0.34% | - |
| HSV(B) | 216º | 0.06% | 0.35% | - |
| XYZ | 9 | 9.49 | 11.03 | - |
| YUV | 86.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 87 | 90 | 0.06 | 0.03 | 0 | 0.65 | 216 | 0.03 | 0.34 |
| Hex | 55 | 57 | 5A | 6 | 3 | 0 | 41 | D8 | 3 | 22 |
| Octal | 125 | 127 | 132 | 6 | 3 | 0 | 101 | 330 | 3 | 42 |
| Binary | 1010101 | 1010111 | 1011010 | 110 | 11 | 0 | 1000001 | 11011000 | 11 | 100010 |
Color Harmonies of #55575A
Complementary color
Monochromatic Colors of #55575A
Black with #55575A
Text Example
Text Example
White with #55575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55575A; }
p { color: rgb(85,87,90); }
H1.HeaderClassName
{
color: #55575A;
}
.AnyTagClassName
{
color: #55575A;
}
</style>
background-color css
<style>
a { background-color: #55575A; }
a { background-color: rgb(85,87,90); }
div.DivClassName
{
background-color: #55575A;
}
.BgClassName
{
background-color: #55575A;
}
</style>
border-color css
<style>
span { border-color: #55575A; }
span { border-color: rgb(85,87,90); }
td.TdClassName
{
border-color: #55575A;
}
.TagClassName
{
border-color: #55575A;
}
</style>