Shades of Bright Grey #555C63
Tints of Bright Grey #555C63
RGB
CMYK
RGB Variations
Color information
#555C63 (or 0x555C63) is known color: Bright Grey. HEX triplet: 55, 5C and 63. RGB value is (85,92,99). Sum of RGB (Red+Green+Blue) = 85+92+99=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #555C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C63 is #AAA39C. Grayscale: #5A5A5A. Windows color (decimal): -11183005 or 6511701. OLE color: 6511701.
HSL color Cylindrical-coordinate representation of color #555C63: hue angle of 210º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555C63 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 92 | 99 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.61 |
| HSL | 210º | 0.08% | 0.36% | - |
| HSV(B) | 210º | 0.14% | 0.39% | - |
| XYZ | 9.83 | 10.49 | 13.31 | - |
| YUV | 90.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 99 | 0.14 | 0.07 | 0 | 0.61 | 210 | 0.08 | 0.36 |
| Hex | 55 | 5C | 63 | E | 7 | 0 | 3D | D2 | 8 | 24 |
| Octal | 125 | 134 | 143 | 16 | 7 | 0 | 75 | 322 | 10 | 44 |
| Binary | 1010101 | 1011100 | 1100011 | 1110 | 111 | 0 | 111101 | 11010010 | 1000 | 100100 |
Color Harmonies of #555C63
Complementary color
Monochromatic Colors of #555C63
Black with #555C63
Text Example
Text Example
White with #555C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C63; }
p { color: rgb(85,92,99); }
H1.HeaderClassName
{
color: #555C63;
}
.AnyTagClassName
{
color: #555C63;
}
</style>
background-color css
<style>
a { background-color: #555C63; }
a { background-color: rgb(85,92,99); }
div.DivClassName
{
background-color: #555C63;
}
.BgClassName
{
background-color: #555C63;
}
</style>
border-color css
<style>
span { border-color: #555C63; }
span { border-color: rgb(85,92,99); }
td.TdClassName
{
border-color: #555C63;
}
.TagClassName
{
border-color: #555C63;
}
</style>