Shades of Viking #59C1CE
Tints of Viking #59C1CE
RGB
CMYK
RGB Variations
Color information
#59C1CE (or 0x59C1CE) is known color: Viking. HEX triplet: 59, C1 and CE. RGB value is (89,193,206). Sum of RGB (Red+Green+Blue) = 89+193+206=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 193 (75.78% from 255 or 39.55% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #59C1CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C1CE is #A63E31. Grayscale: #A3A3A3. Windows color (decimal): -10894898 or 13549913. OLE color: 13549913.
HSL color Cylindrical-coordinate representation of color #59C1CE: hue angle of 186.67º 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 #59C1CE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 193 | 206 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.19 |
| HSL | 186.67º | 0.54% | 0.58% | - |
| HSV(B) | 186.67º | 0.57% | 0.81% | - |
| XYZ | 34.33 | 44.72 | 65.21 | - |
| YUV | 163.39 | 152.04 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 193 | 206 | 0.57 | 0.06 | 0 | 0.19 | 186.67 | 0.54 | 0.58 |
| Hex | 59 | C1 | CE | 39 | 6 | 0 | 13 | BB | 36 | 3A |
| Octal | 131 | 301 | 316 | 71 | 6 | 0 | 23 | 273 | 66 | 72 |
| Binary | 1011001 | 11000001 | 11001110 | 111001 | 110 | 0 | 10011 | 10111011 | 110110 | 111010 |
Color Harmonies of #59C1CE
Complementary color
Monochromatic Colors of #59C1CE
Black with #59C1CE
Text Example
Text Example
White with #59C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C1CE; }
p { color: rgb(89,193,206); }
H1.HeaderClassName
{
color: #59C1CE;
}
.AnyTagClassName
{
color: #59C1CE;
}
</style>
background-color css
<style>
a { background-color: #59C1CE; }
a { background-color: rgb(89,193,206); }
div.DivClassName
{
background-color: #59C1CE;
}
.BgClassName
{
background-color: #59C1CE;
}
</style>
border-color css
<style>
span { border-color: #59C1CE; }
span { border-color: rgb(89,193,206); }
td.TdClassName
{
border-color: #59C1CE;
}
.TagClassName
{
border-color: #59C1CE;
}
</style>