Shades of Horizon #5C7F93
Tints of Horizon #5C7F93
RGB
CMYK
RGB Variations
Color information
#5C7F93 (or 0x5C7F93) is known color: Horizon. HEX triplet: 5C, 7F and 93. RGB value is (92,127,147). Sum of RGB (Red+Green+Blue) = 92+127+147=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #5C7F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7F93 is #A3806C. Grayscale: #767676. Windows color (decimal): -10715245 or 9666396. OLE color: 9666396.
HSL color Cylindrical-coordinate representation of color #5C7F93: hue angle of 201.82º degrees, saturation: 0.23, 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 #5C7F93 is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 127 | 147 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.42 |
| HSL | 201.82º | 0.23% | 0.47% | - |
| HSV(B) | 201.82º | 0.37% | 0.58% | - |
| XYZ | 17.27 | 19.56 | 30.47 | - |
| YUV | 118.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 127 | 147 | 0.37 | 0.14 | 0 | 0.42 | 201.82 | 0.23 | 0.47 |
| Hex | 5C | 7F | 93 | 25 | E | 0 | 2A | CA | 17 | 2F |
| Octal | 134 | 177 | 223 | 45 | 16 | 0 | 52 | 312 | 27 | 57 |
| Binary | 1011100 | 1111111 | 10010011 | 100101 | 1110 | 0 | 101010 | 11001010 | 10111 | 101111 |
Color Harmonies of #5C7F93
Complementary color
Monochromatic Colors of #5C7F93
Black with #5C7F93
Text Example
Text Example
White with #5C7F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7F93; }
p { color: rgb(92,127,147); }
H1.HeaderClassName
{
color: #5C7F93;
}
.AnyTagClassName
{
color: #5C7F93;
}
</style>
background-color css
<style>
a { background-color: #5C7F93; }
a { background-color: rgb(92,127,147); }
div.DivClassName
{
background-color: #5C7F93;
}
.BgClassName
{
background-color: #5C7F93;
}
</style>
border-color css
<style>
span { border-color: #5C7F93; }
span { border-color: rgb(92,127,147); }
td.TdClassName
{
border-color: #5C7F93;
}
.TagClassName
{
border-color: #5C7F93;
}
</style>