Shades of Bright Grey #555B67
Tints of Bright Grey #555B67
RGB
CMYK
RGB Variations
Color information
#555B67 (or 0x555B67) is known color: Bright Grey. HEX triplet: 55, 5B and 67. RGB value is (85,91,103). Sum of RGB (Red+Green+Blue) = 85+91+103=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #555B67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B67 is #AAA498. Grayscale: #5A5A5A. Windows color (decimal): -11183257 or 6773589. OLE color: 6773589.
HSL color Cylindrical-coordinate representation of color #555B67: hue angle of 220º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555B67 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 91 | 103 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.60 |
| HSL | 220º | 0.1% | 0.37% | - |
| HSV(B) | 220º | 0.17% | 0.4% | - |
| XYZ | 9.94 | 10.39 | 14.31 | - |
| YUV | 90.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 103 | 0.17 | 0.12 | 0 | 0.60 | 220 | 0.1 | 0.37 |
| Hex | 55 | 5B | 67 | 11 | C | 0 | 3C | DC | A | 25 |
| Octal | 125 | 133 | 147 | 21 | 14 | 0 | 74 | 334 | 12 | 45 |
| Binary | 1010101 | 1011011 | 1100111 | 10001 | 1100 | 0 | 111100 | 11011100 | 1010 | 100101 |
Color Harmonies of #555B67
Complementary color
Monochromatic Colors of #555B67
Black with #555B67
Text Example
Text Example
White with #555B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B67; }
p { color: rgb(85,91,103); }
H1.HeaderClassName
{
color: #555B67;
}
.AnyTagClassName
{
color: #555B67;
}
</style>
background-color css
<style>
a { background-color: #555B67; }
a { background-color: rgb(85,91,103); }
div.DivClassName
{
background-color: #555B67;
}
.BgClassName
{
background-color: #555B67;
}
</style>
border-color css
<style>
span { border-color: #555B67; }
span { border-color: rgb(85,91,103); }
td.TdClassName
{
border-color: #555B67;
}
.TagClassName
{
border-color: #555B67;
}
</style>