Shades of Bright Grey #555867
Tints of Bright Grey #555867
RGB
CMYK
RGB Variations
Color information
#555867 (or 0x555867) is known color: Bright Grey. HEX triplet: 55, 58 and 67. RGB value is (85,88,103). Sum of RGB (Red+Green+Blue) = 85+88+103=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #555867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555867 is #AAA798. Grayscale: #585858. Windows color (decimal): -11184025 or 6772821. OLE color: 6772821.
HSL color Cylindrical-coordinate representation of color #555867: hue angle of 230º 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 #555867 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 88 | 103 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.60 |
| HSL | 230º | 0.1% | 0.37% | - |
| HSV(B) | 230º | 0.17% | 0.4% | - |
| XYZ | 9.68 | 9.89 | 14.23 | - |
| YUV | 88.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 88 | 103 | 0.17 | 0.15 | 0 | 0.60 | 230 | 0.1 | 0.37 |
| Hex | 55 | 58 | 67 | 11 | F | 0 | 3C | E6 | A | 25 |
| Octal | 125 | 130 | 147 | 21 | 17 | 0 | 74 | 346 | 12 | 45 |
| Binary | 1010101 | 1011000 | 1100111 | 10001 | 1111 | 0 | 111100 | 11100110 | 1010 | 100101 |
Color Harmonies of #555867
Complementary color
Monochromatic Colors of #555867
Black with #555867
Text Example
Text Example
White with #555867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555867; }
p { color: rgb(85,88,103); }
H1.HeaderClassName
{
color: #555867;
}
.AnyTagClassName
{
color: #555867;
}
</style>
background-color css
<style>
a { background-color: #555867; }
a { background-color: rgb(85,88,103); }
div.DivClassName
{
background-color: #555867;
}
.BgClassName
{
background-color: #555867;
}
</style>
border-color css
<style>
span { border-color: #555867; }
span { border-color: rgb(85,88,103); }
td.TdClassName
{
border-color: #555867;
}
.TagClassName
{
border-color: #555867;
}
</style>