Shades of Viking #59AABF
Tints of Viking #59AABF
RGB
CMYK
RGB Variations
Color information
#59AABF (or 0x59AABF) is known color: Viking. HEX triplet: 59, AA and BF. RGB value is (89,170,191). Sum of RGB (Red+Green+Blue) = 89+170+191=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #59AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AABF is #A65540. Grayscale: #949494. Windows color (decimal): -10900801 or 12560985. OLE color: 12560985.
HSL color Cylindrical-coordinate representation of color #59AABF: hue angle of 192.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59AABF is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 170 | 191 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.25 |
| HSL | 192.35º | 0.44% | 0.55% | - |
| HSV(B) | 192.35º | 0.53% | 0.75% | - |
| XYZ | 27.9 | 34.63 | 54.51 | - |
| YUV | 148.18 | 152.16 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 191 | 0.53 | 0.11 | 0 | 0.25 | 192.35 | 0.44 | 0.55 |
| Hex | 59 | AA | BF | 35 | B | 0 | 19 | C0 | 2C | 37 |
| Octal | 131 | 252 | 277 | 65 | 13 | 0 | 31 | 300 | 54 | 67 |
| Binary | 1011001 | 10101010 | 10111111 | 110101 | 1011 | 0 | 11001 | 11000000 | 101100 | 110111 |
Color Harmonies of #59AABF
Complementary color
Monochromatic Colors of #59AABF
Black with #59AABF
Text Example
Text Example
White with #59AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AABF; }
p { color: rgb(89,170,191); }
H1.HeaderClassName
{
color: #59AABF;
}
.AnyTagClassName
{
color: #59AABF;
}
</style>
background-color css
<style>
a { background-color: #59AABF; }
a { background-color: rgb(89,170,191); }
div.DivClassName
{
background-color: #59AABF;
}
.BgClassName
{
background-color: #59AABF;
}
</style>
border-color css
<style>
span { border-color: #59AABF; }
span { border-color: rgb(89,170,191); }
td.TdClassName
{
border-color: #59AABF;
}
.TagClassName
{
border-color: #59AABF;
}
</style>