Shades of Viking #59BACE
Tints of Viking #59BACE
RGB
CMYK
RGB Variations
Color information
#59BACE (or 0x59BACE) is known color: Viking. HEX triplet: 59, BA and CE. RGB value is (89,186,206). Sum of RGB (Red+Green+Blue) = 89+186+206=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #59BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BACE is #A64531. Grayscale: #9F9F9F. Windows color (decimal): -10896690 or 13548121. OLE color: 13548121.
HSL color Cylindrical-coordinate representation of color #59BACE: hue angle of 190.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59BACE is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 186 | 206 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.19 |
| HSL | 190.26º | 0.54% | 0.58% | - |
| HSV(B) | 190.26º | 0.57% | 0.81% | - |
| XYZ | 32.82 | 41.7 | 64.71 | - |
| YUV | 159.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 206 | 0.57 | 0.10 | 0 | 0.19 | 190.26 | 0.54 | 0.58 |
| Hex | 59 | BA | CE | 39 | A | 0 | 13 | BE | 36 | 3A |
| Octal | 131 | 272 | 316 | 71 | 12 | 0 | 23 | 276 | 66 | 72 |
| Binary | 1011001 | 10111010 | 11001110 | 111001 | 1010 | 0 | 10011 | 10111110 | 110110 | 111010 |
Color Harmonies of #59BACE
Complementary color
Monochromatic Colors of #59BACE
Black with #59BACE
Text Example
Text Example
White with #59BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BACE; }
p { color: rgb(89,186,206); }
H1.HeaderClassName
{
color: #59BACE;
}
.AnyTagClassName
{
color: #59BACE;
}
</style>
background-color css
<style>
a { background-color: #59BACE; }
a { background-color: rgb(89,186,206); }
div.DivClassName
{
background-color: #59BACE;
}
.BgClassName
{
background-color: #59BACE;
}
</style>
border-color css
<style>
span { border-color: #59BACE; }
span { border-color: rgb(89,186,206); }
td.TdClassName
{
border-color: #59BACE;
}
.TagClassName
{
border-color: #59BACE;
}
</style>