Shades of Horizon #658893
Tints of Horizon #658893
RGB
CMYK
RGB Variations
Color information
#658893 (or 0x658893) is known color: Horizon. HEX triplet: 65, 88 and 93. RGB value is (101,136,147). Sum of RGB (Red+Green+Blue) = 101+136+147=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 147 - color contains mainly: blue. Hex color #658893 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658893 is #9A776C. Grayscale: #7E7E7E. Windows color (decimal): -10123117 or 9668709. OLE color: 9668709.
HSL color Cylindrical-coordinate representation of color #658893: hue angle of 194.35º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658893 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 136 | 147 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.42 |
| HSL | 194.35º | 0.19% | 0.49% | - |
| HSV(B) | 194.35º | 0.31% | 0.58% | - |
| XYZ | 19.44 | 22.48 | 30.92 | - |
| YUV | 126.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 147 | 0.31 | 0.07 | 0 | 0.42 | 194.35 | 0.19 | 0.49 |
| Hex | 65 | 88 | 93 | 1F | 7 | 0 | 2A | C2 | 13 | 31 |
| Octal | 145 | 210 | 223 | 37 | 7 | 0 | 52 | 302 | 23 | 61 |
| Binary | 1100101 | 10001000 | 10010011 | 11111 | 111 | 0 | 101010 | 11000010 | 10011 | 110001 |
Color Harmonies of #658893
Complementary color
Monochromatic Colors of #658893
Black with #658893
Text Example
Text Example
White with #658893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658893; }
p { color: rgb(101,136,147); }
H1.HeaderClassName
{
color: #658893;
}
.AnyTagClassName
{
color: #658893;
}
</style>
background-color css
<style>
a { background-color: #658893; }
a { background-color: rgb(101,136,147); }
div.DivClassName
{
background-color: #658893;
}
.BgClassName
{
background-color: #658893;
}
</style>
border-color css
<style>
span { border-color: #658893; }
span { border-color: rgb(101,136,147); }
td.TdClassName
{
border-color: #658893;
}
.TagClassName
{
border-color: #658893;
}
</style>