Shades of Bright Grey #555D69
Tints of Bright Grey #555D69
RGB
CMYK
RGB Variations
Color information
#555D69 (or 0x555D69) is known color: Bright Grey. HEX triplet: 55, 5D and 69. RGB value is (85,93,105). Sum of RGB (Red+Green+Blue) = 85+93+105=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #555D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D69 is #AAA296. Grayscale: #5B5B5B. Windows color (decimal): -11182743 or 6905173. OLE color: 6905173.
HSL color Cylindrical-coordinate representation of color #555D69: hue angle of 216º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555D69 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 93 | 105 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.59 |
| HSL | 216º | 0.11% | 0.37% | - |
| HSV(B) | 216º | 0.19% | 0.41% | - |
| XYZ | 10.21 | 10.78 | 14.91 | - |
| YUV | 91.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 93 | 105 | 0.19 | 0.11 | 0 | 0.59 | 216 | 0.11 | 0.37 |
| Hex | 55 | 5D | 69 | 13 | B | 0 | 3B | D8 | B | 25 |
| Octal | 125 | 135 | 151 | 23 | 13 | 0 | 73 | 330 | 13 | 45 |
| Binary | 1010101 | 1011101 | 1101001 | 10011 | 1011 | 0 | 111011 | 11011000 | 1011 | 100101 |
Color Harmonies of #555D69
Complementary color
Monochromatic Colors of #555D69
Black with #555D69
Text Example
Text Example
White with #555D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555D69; }
p { color: rgb(85,93,105); }
H1.HeaderClassName
{
color: #555D69;
}
.AnyTagClassName
{
color: #555D69;
}
</style>
background-color css
<style>
a { background-color: #555D69; }
a { background-color: rgb(85,93,105); }
div.DivClassName
{
background-color: #555D69;
}
.BgClassName
{
background-color: #555D69;
}
</style>
border-color css
<style>
span { border-color: #555D69; }
span { border-color: rgb(85,93,105); }
td.TdClassName
{
border-color: #555D69;
}
.TagClassName
{
border-color: #555D69;
}
</style>