Shades of Horizon #5D8297
Tints of Horizon #5D8297
RGB
CMYK
RGB Variations
Color information
#5D8297 (or 0x5D8297) is known color: Horizon. HEX triplet: 5D, 82 and 97. RGB value is (93,130,151). Sum of RGB (Red+Green+Blue) = 93+130+151=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D8297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8297 is #A27D68. Grayscale: #797979. Windows color (decimal): -10648937 or 9929309. OLE color: 9929309.
HSL color Cylindrical-coordinate representation of color #5D8297: hue angle of 201.72º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D8297 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 93 | 130 | 151 | - |
| CMYK | 0.38 | 0.14 | 0 | 0.41 |
| HSL | 201.72º | 0.24% | 0.48% | - |
| HSV(B) | 201.72º | 0.38% | 0.59% | - |
| XYZ | 18.08 | 20.53 | 32.29 | - |
| YUV | 121.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 151 | 0.38 | 0.14 | 0 | 0.41 | 201.72 | 0.24 | 0.48 |
| Hex | 5D | 82 | 97 | 26 | E | 0 | 29 | CA | 18 | 30 |
| Octal | 135 | 202 | 227 | 46 | 16 | 0 | 51 | 312 | 30 | 60 |
| Binary | 1011101 | 10000010 | 10010111 | 100110 | 1110 | 0 | 101001 | 11001010 | 11000 | 110000 |
Color Harmonies of #5D8297
Complementary color
Monochromatic Colors of #5D8297
Black with #5D8297
Text Example
Text Example
White with #5D8297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8297; }
p { color: rgb(93,130,151); }
H1.HeaderClassName
{
color: #5D8297;
}
.AnyTagClassName
{
color: #5D8297;
}
</style>
background-color css
<style>
a { background-color: #5D8297; }
a { background-color: rgb(93,130,151); }
div.DivClassName
{
background-color: #5D8297;
}
.BgClassName
{
background-color: #5D8297;
}
</style>
border-color css
<style>
span { border-color: #5D8297; }
span { border-color: rgb(93,130,151); }
td.TdClassName
{
border-color: #5D8297;
}
.TagClassName
{
border-color: #5D8297;
}
</style>