Shades of Gothic #5F858B
Tints of Gothic #5F858B
RGB
CMYK
RGB Variations
Color information
#5F858B (or 0x5F858B) is known color: Gothic. HEX triplet: 5F, 85 and 8B. RGB value is (95,133,139). Sum of RGB (Red+Green+Blue) = 95+133+139=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F858B is #A07A74. Grayscale: #7A7A7A. Windows color (decimal): -10517109 or 9143647. OLE color: 9143647.
HSL color Cylindrical-coordinate representation of color #5F858B: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F858B is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 133 | 139 | - |
| CMYK | 0.32 | 0.04 | 0 | 0.45 |
| HSL | 188.18º | 0.19% | 0.46% | - |
| HSV(B) | 188.18º | 0.32% | 0.55% | - |
| XYZ | 17.77 | 21.07 | 27.56 | - |
| YUV | 122.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 139 | 0.32 | 0.04 | 0 | 0.45 | 188.18 | 0.19 | 0.46 |
| Hex | 5F | 85 | 8B | 20 | 4 | 0 | 2D | BC | 13 | 2E |
| Octal | 137 | 205 | 213 | 40 | 4 | 0 | 55 | 274 | 23 | 56 |
| Binary | 1011111 | 10000101 | 10001011 | 100000 | 100 | 0 | 101101 | 10111100 | 10011 | 101110 |
Color Harmonies of #5F858B
Complementary color
Monochromatic Colors of #5F858B
Black with #5F858B
Text Example
Text Example
White with #5F858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F858B; }
p { color: rgb(95,133,139); }
H1.HeaderClassName
{
color: #5F858B;
}
.AnyTagClassName
{
color: #5F858B;
}
</style>
background-color css
<style>
a { background-color: #5F858B; }
a { background-color: rgb(95,133,139); }
div.DivClassName
{
background-color: #5F858B;
}
.BgClassName
{
background-color: #5F858B;
}
</style>
border-color css
<style>
span { border-color: #5F858B; }
span { border-color: rgb(95,133,139); }
td.TdClassName
{
border-color: #5F858B;
}
.TagClassName
{
border-color: #5F858B;
}
</style>