Shades of Bright Grey #5C6068
Tints of Bright Grey #5C6068
RGB
CMYK
RGB Variations
Color information
#5C6068 (or 0x5C6068) is known color: Bright Grey. HEX triplet: 5C, 60 and 68. RGB value is (92,96,104). Sum of RGB (Red+Green+Blue) = 92+96+104=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C6068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6068 is #A39F97. Grayscale: #5F5F5F. Windows color (decimal): -10723224 or 6840412. OLE color: 6840412.
HSL color Cylindrical-coordinate representation of color #5C6068: hue angle of 220º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5C6068 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 96 | 104 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.59 |
| HSL | 220º | 0.06% | 0.38% | - |
| HSV(B) | 220º | 0.12% | 0.41% | - |
| XYZ | 11.1 | 11.64 | 14.76 | - |
| YUV | 95.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 96 | 104 | 0.12 | 0.08 | 0 | 0.59 | 220 | 0.06 | 0.38 |
| Hex | 5C | 60 | 68 | C | 8 | 0 | 3B | DC | 6 | 26 |
| Octal | 134 | 140 | 150 | 14 | 10 | 0 | 73 | 334 | 6 | 46 |
| Binary | 1011100 | 1100000 | 1101000 | 1100 | 1000 | 0 | 111011 | 11011100 | 110 | 100110 |
Color Harmonies of #5C6068
Complementary color
Monochromatic Colors of #5C6068
Black with #5C6068
Text Example
Text Example
White with #5C6068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6068; }
p { color: rgb(92,96,104); }
H1.HeaderClassName
{
color: #5C6068;
}
.AnyTagClassName
{
color: #5C6068;
}
</style>
background-color css
<style>
a { background-color: #5C6068; }
a { background-color: rgb(92,96,104); }
div.DivClassName
{
background-color: #5C6068;
}
.BgClassName
{
background-color: #5C6068;
}
</style>
border-color css
<style>
span { border-color: #5C6068; }
span { border-color: rgb(92,96,104); }
td.TdClassName
{
border-color: #5C6068;
}
.TagClassName
{
border-color: #5C6068;
}
</style>