Shades of Horizon #5F8A92
Tints of Horizon #5F8A92
RGB
CMYK
RGB Variations
Color information
#5F8A92 (or 0x5F8A92) is known color: Horizon. HEX triplet: 5F, 8A and 92. RGB value is (95,138,146). Sum of RGB (Red+Green+Blue) = 95+138+146=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F8A92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8A92 is #A0756D. Grayscale: #7D7D7D. Windows color (decimal): -10515822 or 9603679. OLE color: 9603679.
HSL color Cylindrical-coordinate representation of color #5F8A92: hue angle of 189.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F8A92 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 138 | 146 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.43 |
| HSL | 189.41º | 0.21% | 0.47% | - |
| HSV(B) | 189.41º | 0.35% | 0.57% | - |
| XYZ | 19 | 22.69 | 30.57 | - |
| YUV | 126.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 138 | 146 | 0.35 | 0.05 | 0 | 0.43 | 189.41 | 0.21 | 0.47 |
| Hex | 5F | 8A | 92 | 23 | 5 | 0 | 2B | BD | 15 | 2F |
| Octal | 137 | 212 | 222 | 43 | 5 | 0 | 53 | 275 | 25 | 57 |
| Binary | 1011111 | 10001010 | 10010010 | 100011 | 101 | 0 | 101011 | 10111101 | 10101 | 101111 |
Color Harmonies of #5F8A92
Complementary color
Monochromatic Colors of #5F8A92
Black with #5F8A92
Text Example
Text Example
White with #5F8A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8A92; }
p { color: rgb(95,138,146); }
H1.HeaderClassName
{
color: #5F8A92;
}
.AnyTagClassName
{
color: #5F8A92;
}
</style>
background-color css
<style>
a { background-color: #5F8A92; }
a { background-color: rgb(95,138,146); }
div.DivClassName
{
background-color: #5F8A92;
}
.BgClassName
{
background-color: #5F8A92;
}
</style>
border-color css
<style>
span { border-color: #5F8A92; }
span { border-color: rgb(95,138,146); }
td.TdClassName
{
border-color: #5F8A92;
}
.TagClassName
{
border-color: #5F8A92;
}
</style>