Shades of Bright Grey #555B68
Tints of Bright Grey #555B68
RGB
CMYK
RGB Variations
Color information
#555B68 (or 0x555B68) is known color: Bright Grey. HEX triplet: 55, 5B and 68. RGB value is (85,91,104). Sum of RGB (Red+Green+Blue) = 85+91+104=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: blue. Hex color #555B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B68 is #AAA497. Grayscale: #5A5A5A. Windows color (decimal): -11183256 or 6839125. OLE color: 6839125.
HSL color Cylindrical-coordinate representation of color #555B68: hue angle of 221.05º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555B68 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 91 | 104 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.59 |
| HSL | 221.05º | 0.1% | 0.37% | - |
| HSV(B) | 221.05º | 0.18% | 0.41% | - |
| XYZ | 9.99 | 10.41 | 14.58 | - |
| YUV | 90.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 104 | 0.18 | 0.12 | 0 | 0.59 | 221.05 | 0.1 | 0.37 |
| Hex | 55 | 5B | 68 | 12 | C | 0 | 3B | DD | A | 25 |
| Octal | 125 | 133 | 150 | 22 | 14 | 0 | 73 | 335 | 12 | 45 |
| Binary | 1010101 | 1011011 | 1101000 | 10010 | 1100 | 0 | 111011 | 11011101 | 1010 | 100101 |
Color Harmonies of #555B68
Complementary color
Monochromatic Colors of #555B68
Black with #555B68
Text Example
Text Example
White with #555B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B68; }
p { color: rgb(85,91,104); }
H1.HeaderClassName
{
color: #555B68;
}
.AnyTagClassName
{
color: #555B68;
}
</style>
background-color css
<style>
a { background-color: #555B68; }
a { background-color: rgb(85,91,104); }
div.DivClassName
{
background-color: #555B68;
}
.BgClassName
{
background-color: #555B68;
}
</style>
border-color css
<style>
span { border-color: #555B68; }
span { border-color: rgb(85,91,104); }
td.TdClassName
{
border-color: #555B68;
}
.TagClassName
{
border-color: #555B68;
}
</style>