Shades of Gothic #5F8588
Tints of Gothic #5F8588
RGB
CMYK
RGB Variations
Color information
#5F8588 (or 0x5F8588) is known color: Gothic. HEX triplet: 5F, 85 and 88. RGB value is (95,133,136). Sum of RGB (Red+Green+Blue) = 95+133+136=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F8588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8588 is #A07A77. Grayscale: #797979. Windows color (decimal): -10517112 or 8947039. OLE color: 8947039.
HSL color Cylindrical-coordinate representation of color #5F8588: hue angle of 184.39º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F8588 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 133 | 136 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.47 |
| HSL | 184.39º | 0.18% | 0.45% | - |
| HSV(B) | 184.39º | 0.3% | 0.53% | - |
| XYZ | 17.55 | 20.99 | 26.42 | - |
| YUV | 121.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 133 | 136 | 0.30 | 0.02 | 0 | 0.47 | 184.39 | 0.18 | 0.45 |
| Hex | 5F | 85 | 88 | 1E | 2 | 0 | 2F | B8 | 12 | 2D |
| Octal | 137 | 205 | 210 | 36 | 2 | 0 | 57 | 270 | 22 | 55 |
| Binary | 1011111 | 10000101 | 10001000 | 11110 | 10 | 0 | 101111 | 10111000 | 10010 | 101101 |
Color Harmonies of #5F8588
Complementary color
Monochromatic Colors of #5F8588
Black with #5F8588
Text Example
Text Example
White with #5F8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8588; }
p { color: rgb(95,133,136); }
H1.HeaderClassName
{
color: #5F8588;
}
.AnyTagClassName
{
color: #5F8588;
}
</style>
background-color css
<style>
a { background-color: #5F8588; }
a { background-color: rgb(95,133,136); }
div.DivClassName
{
background-color: #5F8588;
}
.BgClassName
{
background-color: #5F8588;
}
</style>
border-color css
<style>
span { border-color: #5F8588; }
span { border-color: rgb(95,133,136); }
td.TdClassName
{
border-color: #5F8588;
}
.TagClassName
{
border-color: #5F8588;
}
</style>