Shades of Horizon #567E95
Tints of Horizon #567E95
RGB
CMYK
RGB Variations
Color information
#567E95 (or 0x567E95) is known color: Horizon. HEX triplet: 56, 7E and 95. RGB value is (86,126,149). Sum of RGB (Red+Green+Blue) = 86+126+149=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #567E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567E95 is #A9816A. Grayscale: #747474. Windows color (decimal): -11108715 or 9797206. OLE color: 9797206.
HSL color Cylindrical-coordinate representation of color #567E95: hue angle of 201.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #567E95 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 126 | 149 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.42 |
| HSL | 201.9º | 0.27% | 0.46% | - |
| HSV(B) | 201.9º | 0.42% | 0.58% | - |
| XYZ | 16.72 | 19.07 | 31.23 | - |
| YUV | 116.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 149 | 0.42 | 0.15 | 0 | 0.42 | 201.9 | 0.27 | 0.46 |
| Hex | 56 | 7E | 95 | 2A | F | 0 | 2A | CA | 1B | 2E |
| Octal | 126 | 176 | 225 | 52 | 17 | 0 | 52 | 312 | 33 | 56 |
| Binary | 1010110 | 1111110 | 10010101 | 101010 | 1111 | 0 | 101010 | 11001010 | 11011 | 101110 |
Color Harmonies of #567E95
Complementary color
Monochromatic Colors of #567E95
Black with #567E95
Text Example
Text Example
White with #567E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567E95; }
p { color: rgb(86,126,149); }
H1.HeaderClassName
{
color: #567E95;
}
.AnyTagClassName
{
color: #567E95;
}
</style>
background-color css
<style>
a { background-color: #567E95; }
a { background-color: rgb(86,126,149); }
div.DivClassName
{
background-color: #567E95;
}
.BgClassName
{
background-color: #567E95;
}
</style>
border-color css
<style>
span { border-color: #567E95; }
span { border-color: rgb(86,126,149); }
td.TdClassName
{
border-color: #567E95;
}
.TagClassName
{
border-color: #567E95;
}
</style>