Shades of Bright Grey #5F6063
Tints of Bright Grey #5F6063
RGB
CMYK
RGB Variations
Color information
#5F6063 (or 0x5F6063) is known color: Bright Grey. HEX triplet: 5F, 60 and 63. RGB value is (95,96,99). Sum of RGB (Red+Green+Blue) = 95+96+99=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F6063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6063 is #A09F9C. Grayscale: #606060. Windows color (decimal): -10526621 or 6512735. OLE color: 6512735.
HSL color Cylindrical-coordinate representation of color #5F6063: hue angle of 225º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5F6063 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 96 | 99 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.61 |
| HSL | 225º | 0.02% | 0.38% | - |
| HSV(B) | 225º | 0.04% | 0.39% | - |
| XYZ | 11.15 | 11.7 | 13.47 | - |
| YUV | 96.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 99 | 0.04 | 0.03 | 0 | 0.61 | 225 | 0.02 | 0.38 |
| Hex | 5F | 60 | 63 | 4 | 3 | 0 | 3D | E1 | 2 | 26 |
| Octal | 137 | 140 | 143 | 4 | 3 | 0 | 75 | 341 | 2 | 46 |
| Binary | 1011111 | 1100000 | 1100011 | 100 | 11 | 0 | 111101 | 11100001 | 10 | 100110 |
Color Harmonies of #5F6063
Complementary color
Monochromatic Colors of #5F6063
Black with #5F6063
Text Example
Text Example
White with #5F6063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6063; }
p { color: rgb(95,96,99); }
H1.HeaderClassName
{
color: #5F6063;
}
.AnyTagClassName
{
color: #5F6063;
}
</style>
background-color css
<style>
a { background-color: #5F6063; }
a { background-color: rgb(95,96,99); }
div.DivClassName
{
background-color: #5F6063;
}
.BgClassName
{
background-color: #5F6063;
}
</style>
border-color css
<style>
span { border-color: #5F6063; }
span { border-color: rgb(95,96,99); }
td.TdClassName
{
border-color: #5F6063;
}
.TagClassName
{
border-color: #5F6063;
}
</style>