Shades of Bright Grey #555C64
Tints of Bright Grey #555C64
RGB
CMYK
RGB Variations
Color information
#555C64 (or 0x555C64) is known color: Bright Grey. HEX triplet: 55, 5C and 64. RGB value is (85,92,100). Sum of RGB (Red+Green+Blue) = 85+92+100=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #555C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C64 is #AAA39B. Grayscale: #5A5A5A. Windows color (decimal): -11183004 or 6577237. OLE color: 6577237.
HSL color Cylindrical-coordinate representation of color #555C64: hue angle of 212º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #555C64 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 92 | 100 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.61 |
| HSL | 212º | 0.08% | 0.36% | - |
| HSV(B) | 212º | 0.15% | 0.39% | - |
| XYZ | 9.87 | 10.51 | 13.56 | - |
| YUV | 90.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 92 | 100 | 0.15 | 0.08 | 0 | 0.61 | 212 | 0.08 | 0.36 |
| Hex | 55 | 5C | 64 | F | 8 | 0 | 3D | D4 | 8 | 24 |
| Octal | 125 | 134 | 144 | 17 | 10 | 0 | 75 | 324 | 10 | 44 |
| Binary | 1010101 | 1011100 | 1100100 | 1111 | 1000 | 0 | 111101 | 11010100 | 1000 | 100100 |
Color Harmonies of #555C64
Complementary color
Monochromatic Colors of #555C64
Black with #555C64
Text Example
Text Example
White with #555C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555C64; }
p { color: rgb(85,92,100); }
H1.HeaderClassName
{
color: #555C64;
}
.AnyTagClassName
{
color: #555C64;
}
</style>
background-color css
<style>
a { background-color: #555C64; }
a { background-color: rgb(85,92,100); }
div.DivClassName
{
background-color: #555C64;
}
.BgClassName
{
background-color: #555C64;
}
</style>
border-color css
<style>
span { border-color: #555C64; }
span { border-color: rgb(85,92,100); }
td.TdClassName
{
border-color: #555C64;
}
.TagClassName
{
border-color: #555C64;
}
</style>