Shades of Slate Grey #5F7C98
Tints of Slate Grey #5F7C98
RGB
CMYK
RGB Variations
Color information
#5F7C98 (or 0x5F7C98) is known color: Slate Grey. HEX triplet: 5F, 7C and 98. RGB value is (95,124,152). Sum of RGB (Red+Green+Blue) = 95+124+152=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F7C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7C98 is #A08367. Grayscale: #767676. Windows color (decimal): -10519400 or 9993311. OLE color: 9993311.
HSL color Cylindrical-coordinate representation of color #5F7C98: hue angle of 209.47º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F7C98 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 124 | 152 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.40 |
| HSL | 209.47º | 0.23% | 0.48% | - |
| HSV(B) | 209.47º | 0.38% | 0.6% | - |
| XYZ | 17.59 | 19.12 | 32.47 | - |
| YUV | 118.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 124 | 152 | 0.38 | 0.18 | 0 | 0.40 | 209.47 | 0.23 | 0.48 |
| Hex | 5F | 7C | 98 | 26 | 12 | 0 | 28 | D1 | 17 | 30 |
| Octal | 137 | 174 | 230 | 46 | 22 | 0 | 50 | 321 | 27 | 60 |
| Binary | 1011111 | 1111100 | 10011000 | 100110 | 10010 | 0 | 101000 | 11010001 | 10111 | 110000 |
Color Harmonies of #5F7C98
Complementary color
Monochromatic Colors of #5F7C98
Black with #5F7C98
Text Example
Text Example
White with #5F7C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7C98; }
p { color: rgb(95,124,152); }
H1.HeaderClassName
{
color: #5F7C98;
}
.AnyTagClassName
{
color: #5F7C98;
}
</style>
background-color css
<style>
a { background-color: #5F7C98; }
a { background-color: rgb(95,124,152); }
div.DivClassName
{
background-color: #5F7C98;
}
.BgClassName
{
background-color: #5F7C98;
}
</style>
border-color css
<style>
span { border-color: #5F7C98; }
span { border-color: rgb(95,124,152); }
td.TdClassName
{
border-color: #5F7C98;
}
.TagClassName
{
border-color: #5F7C98;
}
</style>