Shades of Horizon #5A8A9C
Tints of Horizon #5A8A9C
RGB
CMYK
RGB Variations
Color information
#5A8A9C (or 0x5A8A9C) is known color: Horizon. HEX triplet: 5A, 8A and 9C. RGB value is (90,138,156). Sum of RGB (Red+Green+Blue) = 90+138+156=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A8A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A9C is #A57563. Grayscale: #7D7D7D. Windows color (decimal): -10843492 or 10259034. OLE color: 10259034.
HSL color Cylindrical-coordinate representation of color #5A8A9C: hue angle of 196.36º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A8A9C is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 138 | 156 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.39 |
| HSL | 196.36º | 0.27% | 0.48% | - |
| HSV(B) | 196.36º | 0.42% | 0.61% | - |
| XYZ | 19.31 | 22.75 | 34.83 | - |
| YUV | 125.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 156 | 0.42 | 0.12 | 0 | 0.39 | 196.36 | 0.27 | 0.48 |
| Hex | 5A | 8A | 9C | 2A | C | 0 | 27 | C4 | 1B | 30 |
| Octal | 132 | 212 | 234 | 52 | 14 | 0 | 47 | 304 | 33 | 60 |
| Binary | 1011010 | 10001010 | 10011100 | 101010 | 1100 | 0 | 100111 | 11000100 | 11011 | 110000 |
Color Harmonies of #5A8A9C
Complementary color
Monochromatic Colors of #5A8A9C
Black with #5A8A9C
Text Example
Text Example
White with #5A8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A9C; }
p { color: rgb(90,138,156); }
H1.HeaderClassName
{
color: #5A8A9C;
}
.AnyTagClassName
{
color: #5A8A9C;
}
</style>
background-color css
<style>
a { background-color: #5A8A9C; }
a { background-color: rgb(90,138,156); }
div.DivClassName
{
background-color: #5A8A9C;
}
.BgClassName
{
background-color: #5A8A9C;
}
</style>
border-color css
<style>
span { border-color: #5A8A9C; }
span { border-color: rgb(90,138,156); }
td.TdClassName
{
border-color: #5A8A9C;
}
.TagClassName
{
border-color: #5A8A9C;
}
</style>