Shades of Horizon #5A8A9D
Tints of Horizon #5A8A9D
RGB
CMYK
RGB Variations
Color information
#5A8A9D (or 0x5A8A9D) is known color: Horizon. HEX triplet: 5A, 8A and 9D. RGB value is (90,138,157). Sum of RGB (Red+Green+Blue) = 90+138+157=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A8A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A9D is #A57562. Grayscale: #7D7D7D. Windows color (decimal): -10843491 or 10324570. OLE color: 10324570.
HSL color Cylindrical-coordinate representation of color #5A8A9D: hue angle of 197.01º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A8A9D is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 138 | 157 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.38 |
| HSL | 197.01º | 0.27% | 0.48% | - |
| HSV(B) | 197.01º | 0.43% | 0.62% | - |
| XYZ | 19.39 | 22.78 | 35.27 | - |
| YUV | 125.81 | 145.6 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 157 | 0.43 | 0.12 | 0 | 0.38 | 197.01 | 0.27 | 0.48 |
| Hex | 5A | 8A | 9D | 2B | C | 0 | 26 | C5 | 1B | 30 |
| Octal | 132 | 212 | 235 | 53 | 14 | 0 | 46 | 305 | 33 | 60 |
| Binary | 1011010 | 10001010 | 10011101 | 101011 | 1100 | 0 | 100110 | 11000101 | 11011 | 110000 |
Color Harmonies of #5A8A9D
Complementary color
Monochromatic Colors of #5A8A9D
Black with #5A8A9D
Text Example
Text Example
White with #5A8A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A9D; }
p { color: rgb(90,138,157); }
H1.HeaderClassName
{
color: #5A8A9D;
}
.AnyTagClassName
{
color: #5A8A9D;
}
</style>
background-color css
<style>
a { background-color: #5A8A9D; }
a { background-color: rgb(90,138,157); }
div.DivClassName
{
background-color: #5A8A9D;
}
.BgClassName
{
background-color: #5A8A9D;
}
</style>
border-color css
<style>
span { border-color: #5A8A9D; }
span { border-color: rgb(90,138,157); }
td.TdClassName
{
border-color: #5A8A9D;
}
.TagClassName
{
border-color: #5A8A9D;
}
</style>