Shades of Horizon #5C8B94
Tints of Horizon #5C8B94
RGB
CMYK
RGB Variations
Color information
#5C8B94 (or 0x5C8B94) is known color: Horizon. HEX triplet: 5C, 8B and 94. RGB value is (92,139,148). Sum of RGB (Red+Green+Blue) = 92+139+148=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C8B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8B94 is #A3746B. Grayscale: #7D7D7D. Windows color (decimal): -10712172 or 9735004. OLE color: 9735004.
HSL color Cylindrical-coordinate representation of color #5C8B94: hue angle of 189.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C8B94 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 139 | 148 | - |
| CMYK | 0.38 | 0.06 | 0 | 0.42 |
| HSL | 189.64º | 0.23% | 0.47% | - |
| HSV(B) | 189.64º | 0.38% | 0.58% | - |
| XYZ | 18.99 | 22.88 | 31.43 | - |
| YUV | 125.97 | 140.43 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 148 | 0.38 | 0.06 | 0 | 0.42 | 189.64 | 0.23 | 0.47 |
| Hex | 5C | 8B | 94 | 26 | 6 | 0 | 2A | BE | 17 | 2F |
| Octal | 134 | 213 | 224 | 46 | 6 | 0 | 52 | 276 | 27 | 57 |
| Binary | 1011100 | 10001011 | 10010100 | 100110 | 110 | 0 | 101010 | 10111110 | 10111 | 101111 |
Color Harmonies of #5C8B94
Complementary color
Monochromatic Colors of #5C8B94
Black with #5C8B94
Text Example
Text Example
White with #5C8B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B94; }
p { color: rgb(92,139,148); }
H1.HeaderClassName
{
color: #5C8B94;
}
.AnyTagClassName
{
color: #5C8B94;
}
</style>
background-color css
<style>
a { background-color: #5C8B94; }
a { background-color: rgb(92,139,148); }
div.DivClassName
{
background-color: #5C8B94;
}
.BgClassName
{
background-color: #5C8B94;
}
</style>
border-color css
<style>
span { border-color: #5C8B94; }
span { border-color: rgb(92,139,148); }
td.TdClassName
{
border-color: #5C8B94;
}
.TagClassName
{
border-color: #5C8B94;
}
</style>