Shades of Bright Grey #555C6B
Tints of Bright Grey #555C6B
RGB
CMYK
RGB Variations
Color information
#555C6B (or 0x555C6B) is known color: Bright Grey. HEX triplet: 55, 5C and 6B. RGB value is (85,92,107). Sum of RGB (Red+Green+Blue) = 85+92+107=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #555C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C6B is #AAA394. Grayscale: #5B5B5B. Windows color (decimal): -11182997 or 7035989. OLE color: 7035989.
HSL color Cylindrical-coordinate representation of color #555C6B: hue angle of 220.91º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #555C6B is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 92 | 107 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.58 |
| HSL | 220.91º | 0.11% | 0.38% | - |
| HSV(B) | 220.91º | 0.21% | 0.42% | - |
| XYZ | 10.23 | 10.65 | 15.43 | - |
| YUV | 91.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 107 | 0.21 | 0.14 | 0 | 0.58 | 220.91 | 0.11 | 0.38 |
| Hex | 55 | 5C | 6B | 15 | E | 0 | 3A | DD | B | 26 |
| Octal | 125 | 134 | 153 | 25 | 16 | 0 | 72 | 335 | 13 | 46 |
| Binary | 1010101 | 1011100 | 1101011 | 10101 | 1110 | 0 | 111010 | 11011101 | 1011 | 100110 |
Color Harmonies of #555C6B
Complementary color
Monochromatic Colors of #555C6B
Black with #555C6B
Text Example
Text Example
White with #555C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C6B; }
p { color: rgb(85,92,107); }
H1.HeaderClassName
{
color: #555C6B;
}
.AnyTagClassName
{
color: #555C6B;
}
</style>
background-color css
<style>
a { background-color: #555C6B; }
a { background-color: rgb(85,92,107); }
div.DivClassName
{
background-color: #555C6B;
}
.BgClassName
{
background-color: #555C6B;
}
</style>
border-color css
<style>
span { border-color: #555C6B; }
span { border-color: rgb(85,92,107); }
td.TdClassName
{
border-color: #555C6B;
}
.TagClassName
{
border-color: #555C6B;
}
</style>