Shades of Horizon #5D8393
Tints of Horizon #5D8393
RGB
CMYK
RGB Variations
Color information
#5D8393 (or 0x5D8393) is known color: Horizon. HEX triplet: 5D, 83 and 93. RGB value is (93,131,147). Sum of RGB (Red+Green+Blue) = 93+131+147=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #5D8393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8393 is #A27C6C. Grayscale: #797979. Windows color (decimal): -10648685 or 9667421. OLE color: 9667421.
HSL color Cylindrical-coordinate representation of color #5D8393: hue angle of 197.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D8393 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 131 | 147 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.42 |
| HSL | 197.78º | 0.23% | 0.47% | - |
| HSV(B) | 197.78º | 0.37% | 0.58% | - |
| XYZ | 17.9 | 20.67 | 30.65 | - |
| YUV | 121.46 | 142.41 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 147 | 0.37 | 0.11 | 0 | 0.42 | 197.78 | 0.23 | 0.47 |
| Hex | 5D | 83 | 93 | 25 | B | 0 | 2A | C6 | 16 | 2F |
| Octal | 135 | 203 | 223 | 45 | 13 | 0 | 52 | 306 | 26 | 57 |
| Binary | 1011101 | 10000011 | 10010011 | 100101 | 1011 | 0 | 101010 | 11000110 | 10110 | 101111 |
Color Harmonies of #5D8393
Complementary color
Monochromatic Colors of #5D8393
Black with #5D8393
Text Example
Text Example
White with #5D8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8393; }
p { color: rgb(93,131,147); }
H1.HeaderClassName
{
color: #5D8393;
}
.AnyTagClassName
{
color: #5D8393;
}
</style>
background-color css
<style>
a { background-color: #5D8393; }
a { background-color: rgb(93,131,147); }
div.DivClassName
{
background-color: #5D8393;
}
.BgClassName
{
background-color: #5D8393;
}
</style>
border-color css
<style>
span { border-color: #5D8393; }
span { border-color: rgb(93,131,147); }
td.TdClassName
{
border-color: #5D8393;
}
.TagClassName
{
border-color: #5D8393;
}
</style>