Shades of Horizon #658491
Tints of Horizon #658491
RGB
CMYK
RGB Variations
Color information
#658491 (or 0x658491) is known color: Horizon. HEX triplet: 65, 84 and 91. RGB value is (101,132,145). Sum of RGB (Red+Green+Blue) = 101+132+145=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 145 - color contains mainly: blue. Hex color #658491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658491 is #9A7B6E. Grayscale: #7C7C7C. Windows color (decimal): -10124143 or 9536613. OLE color: 9536613.
HSL color Cylindrical-coordinate representation of color #658491: hue angle of 197.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658491 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 132 | 145 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.43 |
| HSL | 197.73º | 0.18% | 0.48% | - |
| HSV(B) | 197.73º | 0.3% | 0.57% | - |
| XYZ | 18.73 | 21.31 | 29.91 | - |
| YUV | 124.21 | 139.73 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 145 | 0.30 | 0.09 | 0 | 0.43 | 197.73 | 0.18 | 0.48 |
| Hex | 65 | 84 | 91 | 1E | 9 | 0 | 2B | C6 | 12 | 30 |
| Octal | 145 | 204 | 221 | 36 | 11 | 0 | 53 | 306 | 22 | 60 |
| Binary | 1100101 | 10000100 | 10010001 | 11110 | 1001 | 0 | 101011 | 11000110 | 10010 | 110000 |
Color Harmonies of #658491
Complementary color
Monochromatic Colors of #658491
Black with #658491
Text Example
Text Example
White with #658491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658491; }
p { color: rgb(101,132,145); }
H1.HeaderClassName
{
color: #658491;
}
.AnyTagClassName
{
color: #658491;
}
</style>
background-color css
<style>
a { background-color: #658491; }
a { background-color: rgb(101,132,145); }
div.DivClassName
{
background-color: #658491;
}
.BgClassName
{
background-color: #658491;
}
</style>
border-color css
<style>
span { border-color: #658491; }
span { border-color: rgb(101,132,145); }
td.TdClassName
{
border-color: #658491;
}
.TagClassName
{
border-color: #658491;
}
</style>