Shades of Viking #59C0CF
Tints of Viking #59C0CF
RGB
CMYK
RGB Variations
Color information
#59C0CF (or 0x59C0CF) is known color: Viking. HEX triplet: 59, C0 and CF. RGB value is (89,192,207). Sum of RGB (Red+Green+Blue) = 89+192+207=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #59C0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0CF is #A63F30. Grayscale: #A2A2A2. Windows color (decimal): -10895153 or 13615193. OLE color: 13615193.
HSL color Cylindrical-coordinate representation of color #59C0CF: hue angle of 187.63º degrees, saturation: 0.55, 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 #59C0CF is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 192 | 207 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.19 |
| HSL | 187.63º | 0.55% | 0.58% | - |
| HSV(B) | 187.63º | 0.57% | 0.81% | - |
| XYZ | 34.23 | 44.33 | 65.78 | - |
| YUV | 162.91 | 152.88 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 192 | 207 | 0.57 | 0.07 | 0 | 0.19 | 187.63 | 0.55 | 0.58 |
| Hex | 59 | C0 | CF | 39 | 7 | 0 | 13 | BC | 37 | 3A |
| Octal | 131 | 300 | 317 | 71 | 7 | 0 | 23 | 274 | 67 | 72 |
| Binary | 1011001 | 11000000 | 11001111 | 111001 | 111 | 0 | 10011 | 10111100 | 110111 | 111010 |
Color Harmonies of #59C0CF
Complementary color
Monochromatic Colors of #59C0CF
Black with #59C0CF
Text Example
Text Example
White with #59C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C0CF; }
p { color: rgb(89,192,207); }
H1.HeaderClassName
{
color: #59C0CF;
}
.AnyTagClassName
{
color: #59C0CF;
}
</style>
background-color css
<style>
a { background-color: #59C0CF; }
a { background-color: rgb(89,192,207); }
div.DivClassName
{
background-color: #59C0CF;
}
.BgClassName
{
background-color: #59C0CF;
}
</style>
border-color css
<style>
span { border-color: #59C0CF; }
span { border-color: rgb(89,192,207); }
td.TdClassName
{
border-color: #59C0CF;
}
.TagClassName
{
border-color: #59C0CF;
}
</style>