Shades of Bright Grey #55565F
Tints of Bright Grey #55565F
RGB
CMYK
RGB Variations
Color information
#55565F (or 0x55565F) is known color: Bright Grey. HEX triplet: 55, 56 and 5F. RGB value is (85,86,95). Sum of RGB (Red+Green+Blue) = 85+86+95=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 95 - color contains mainly: blue. Hex color #55565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565F is #AAA9A0. Grayscale: #565656. Windows color (decimal): -11184545 or 6248021. OLE color: 6248021.
HSL color Cylindrical-coordinate representation of color #55565F: hue angle of 234º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #55565F is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 86 | 95 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.63 |
| HSL | 234º | 0.06% | 0.35% | - |
| HSV(B) | 234º | 0.11% | 0.37% | - |
| XYZ | 9.14 | 9.41 | 12.16 | - |
| YUV | 86.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 86 | 95 | 0.11 | 0.09 | 0 | 0.63 | 234 | 0.06 | 0.35 |
| Hex | 55 | 56 | 5F | B | 9 | 0 | 3F | EA | 6 | 23 |
| Octal | 125 | 126 | 137 | 13 | 11 | 0 | 77 | 352 | 6 | 43 |
| Binary | 1010101 | 1010110 | 1011111 | 1011 | 1001 | 0 | 111111 | 11101010 | 110 | 100011 |
Color Harmonies of #55565F
Complementary color
Monochromatic Colors of #55565F
Black with #55565F
Text Example
Text Example
White with #55565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55565F; }
p { color: rgb(85,86,95); }
H1.HeaderClassName
{
color: #55565F;
}
.AnyTagClassName
{
color: #55565F;
}
</style>
background-color css
<style>
a { background-color: #55565F; }
a { background-color: rgb(85,86,95); }
div.DivClassName
{
background-color: #55565F;
}
.BgClassName
{
background-color: #55565F;
}
</style>
border-color css
<style>
span { border-color: #55565F; }
span { border-color: rgb(85,86,95); }
td.TdClassName
{
border-color: #55565F;
}
.TagClassName
{
border-color: #55565F;
}
</style>