Shades of Viking #59C3CE
Tints of Viking #59C3CE
RGB
CMYK
RGB Variations
Color information
#59C3CE (or 0x59C3CE) is known color: Viking. HEX triplet: 59, C3 and CE. RGB value is (89,195,206). Sum of RGB (Red+Green+Blue) = 89+195+206=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #59C3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C3CE is #A63C31. Grayscale: #A4A4A4. Windows color (decimal): -10894386 or 13550425. OLE color: 13550425.
HSL color Cylindrical-coordinate representation of color #59C3CE: hue angle of 185.64º 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 #59C3CE is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 195 | 206 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.19 |
| HSL | 185.64º | 0.54% | 0.58% | - |
| HSV(B) | 185.64º | 0.57% | 0.81% | - |
| XYZ | 34.78 | 45.61 | 65.36 | - |
| YUV | 164.56 | 151.38 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 195 | 206 | 0.57 | 0.05 | 0 | 0.19 | 185.64 | 0.54 | 0.58 |
| Hex | 59 | C3 | CE | 39 | 5 | 0 | 13 | BA | 36 | 3A |
| Octal | 131 | 303 | 316 | 71 | 5 | 0 | 23 | 272 | 66 | 72 |
| Binary | 1011001 | 11000011 | 11001110 | 111001 | 101 | 0 | 10011 | 10111010 | 110110 | 111010 |
Color Harmonies of #59C3CE
Complementary color
Monochromatic Colors of #59C3CE
Black with #59C3CE
Text Example
Text Example
White with #59C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C3CE; }
p { color: rgb(89,195,206); }
H1.HeaderClassName
{
color: #59C3CE;
}
.AnyTagClassName
{
color: #59C3CE;
}
</style>
background-color css
<style>
a { background-color: #59C3CE; }
a { background-color: rgb(89,195,206); }
div.DivClassName
{
background-color: #59C3CE;
}
.BgClassName
{
background-color: #59C3CE;
}
</style>
border-color css
<style>
span { border-color: #59C3CE; }
span { border-color: rgb(89,195,206); }
td.TdClassName
{
border-color: #59C3CE;
}
.TagClassName
{
border-color: #59C3CE;
}
</style>