Shades of Bright Grey #555C6C
Tints of Bright Grey #555C6C
RGB
CMYK
RGB Variations
Color information
#555C6C (or 0x555C6C) is known color: Bright Grey. HEX triplet: 55, 5C and 6C. RGB value is (85,92,108). Sum of RGB (Red+Green+Blue) = 85+92+108=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #555C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C6C is #AAA393. Grayscale: #5B5B5B. Windows color (decimal): -11182996 or 7101525. OLE color: 7101525.
HSL color Cylindrical-coordinate representation of color #555C6C: hue angle of 221.74º degrees, saturation: 0.12, 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 #555C6C is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 92 | 108 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.58 |
| HSL | 221.74º | 0.12% | 0.38% | - |
| HSV(B) | 221.74º | 0.21% | 0.42% | - |
| XYZ | 10.28 | 10.67 | 15.7 | - |
| YUV | 91.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 108 | 0.21 | 0.15 | 0 | 0.58 | 221.74 | 0.12 | 0.38 |
| Hex | 55 | 5C | 6C | 15 | F | 0 | 3A | DE | C | 26 |
| Octal | 125 | 134 | 154 | 25 | 17 | 0 | 72 | 336 | 14 | 46 |
| Binary | 1010101 | 1011100 | 1101100 | 10101 | 1111 | 0 | 111010 | 11011110 | 1100 | 100110 |
Color Harmonies of #555C6C
Complementary color
Monochromatic Colors of #555C6C
Black with #555C6C
Text Example
Text Example
White with #555C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C6C; }
p { color: rgb(85,92,108); }
H1.HeaderClassName
{
color: #555C6C;
}
.AnyTagClassName
{
color: #555C6C;
}
</style>
background-color css
<style>
a { background-color: #555C6C; }
a { background-color: rgb(85,92,108); }
div.DivClassName
{
background-color: #555C6C;
}
.BgClassName
{
background-color: #555C6C;
}
</style>
border-color css
<style>
span { border-color: #555C6C; }
span { border-color: rgb(85,92,108); }
td.TdClassName
{
border-color: #555C6C;
}
.TagClassName
{
border-color: #555C6C;
}
</style>