Shades of Mid Grey #5F666A
Tints of Mid Grey #5F666A
RGB
CMYK
RGB Variations
Color information
#5F666A (or 0x5F666A) is known color: Mid Grey. HEX triplet: 5F, 66 and 6A. RGB value is (95,102,106). Sum of RGB (Red+Green+Blue) = 95+102+106=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F666A is #A09995. Grayscale: #646464. Windows color (decimal): -10525078 or 6973023. OLE color: 6973023.
HSL color Cylindrical-coordinate representation of color #5F666A: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F666A is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 102 | 106 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.58 |
| HSL | 201.82º | 0.05% | 0.39% | - |
| HSV(B) | 201.82º | 0.1% | 0.42% | - |
| XYZ | 12.07 | 12.98 | 15.5 | - |
| YUV | 100.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 102 | 106 | 0.10 | 0.04 | 0 | 0.58 | 201.82 | 0.05 | 0.39 |
| Hex | 5F | 66 | 6A | A | 4 | 0 | 3A | CA | 5 | 27 |
| Octal | 137 | 146 | 152 | 12 | 4 | 0 | 72 | 312 | 5 | 47 |
| Binary | 1011111 | 1100110 | 1101010 | 1010 | 100 | 0 | 111010 | 11001010 | 101 | 100111 |
Color Harmonies of #5F666A
Complementary color
Monochromatic Colors of #5F666A
Black with #5F666A
Text Example
Text Example
White with #5F666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F666A; }
p { color: rgb(95,102,106); }
H1.HeaderClassName
{
color: #5F666A;
}
.AnyTagClassName
{
color: #5F666A;
}
</style>
background-color css
<style>
a { background-color: #5F666A; }
a { background-color: rgb(95,102,106); }
div.DivClassName
{
background-color: #5F666A;
}
.BgClassName
{
background-color: #5F666A;
}
</style>
border-color css
<style>
span { border-color: #5F666A; }
span { border-color: rgb(95,102,106); }
td.TdClassName
{
border-color: #5F666A;
}
.TagClassName
{
border-color: #5F666A;
}
</style>