Shades of Bright Grey #555A69
Tints of Bright Grey #555A69
RGB
CMYK
RGB Variations
Color information
#555A69 (or 0x555A69) is known color: Bright Grey. HEX triplet: 55, 5A and 69. RGB value is (85,90,105). Sum of RGB (Red+Green+Blue) = 85+90+105=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 105 - color contains mainly: blue. Hex color #555A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A69 is #AAA596. Grayscale: #5A5A5A. Windows color (decimal): -11183511 or 6904405. OLE color: 6904405.
HSL color Cylindrical-coordinate representation of color #555A69: hue angle of 225º 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 #555A69 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 90 | 105 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.59 |
| HSL | 225º | 0.11% | 0.37% | - |
| HSV(B) | 225º | 0.19% | 0.41% | - |
| XYZ | 9.95 | 10.26 | 14.82 | - |
| YUV | 90.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 90 | 105 | 0.19 | 0.14 | 0 | 0.59 | 225 | 0.11 | 0.37 |
| Hex | 55 | 5A | 69 | 13 | E | 0 | 3B | E1 | B | 25 |
| Octal | 125 | 132 | 151 | 23 | 16 | 0 | 73 | 341 | 13 | 45 |
| Binary | 1010101 | 1011010 | 1101001 | 10011 | 1110 | 0 | 111011 | 11100001 | 1011 | 100101 |
Color Harmonies of #555A69
Complementary color
Monochromatic Colors of #555A69
Black with #555A69
Text Example
Text Example
White with #555A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555A69; }
p { color: rgb(85,90,105); }
H1.HeaderClassName
{
color: #555A69;
}
.AnyTagClassName
{
color: #555A69;
}
</style>
background-color css
<style>
a { background-color: #555A69; }
a { background-color: rgb(85,90,105); }
div.DivClassName
{
background-color: #555A69;
}
.BgClassName
{
background-color: #555A69;
}
</style>
border-color css
<style>
span { border-color: #555A69; }
span { border-color: rgb(85,90,105); }
td.TdClassName
{
border-color: #555A69;
}
.TagClassName
{
border-color: #555A69;
}
</style>