Shades of Viking #59C2C9
Tints of Viking #59C2C9
RGB
CMYK
RGB Variations
Color information
#59C2C9 (or 0x59C2C9) is known color: Viking. HEX triplet: 59, C2 and C9. RGB value is (89,194,201). Sum of RGB (Red+Green+Blue) = 89+194+201=484 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.39% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #59C2C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2C9 is #A63D36. Grayscale: #A3A3A3. Windows color (decimal): -10894647 or 13222489. OLE color: 13222489.
HSL color Cylindrical-coordinate representation of color #59C2C9: hue angle of 183.75º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C2C9 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 194 | 201 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.21 |
| HSL | 183.75º | 0.51% | 0.57% | - |
| HSV(B) | 183.75º | 0.56% | 0.79% | - |
| XYZ | 33.95 | 44.92 | 62.14 | - |
| YUV | 163.4 | 149.21 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 201 | 0.56 | 0.03 | 0 | 0.21 | 183.75 | 0.51 | 0.57 |
| Hex | 59 | C2 | C9 | 38 | 3 | 0 | 15 | B8 | 33 | 39 |
| Octal | 131 | 302 | 311 | 70 | 3 | 0 | 25 | 270 | 63 | 71 |
| Binary | 1011001 | 11000010 | 11001001 | 111000 | 11 | 0 | 10101 | 10111000 | 110011 | 111001 |
Color Harmonies of #59C2C9
Complementary color
Monochromatic Colors of #59C2C9
Black with #59C2C9
Text Example
Text Example
White with #59C2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2C9; }
p { color: rgb(89,194,201); }
H1.HeaderClassName
{
color: #59C2C9;
}
.AnyTagClassName
{
color: #59C2C9;
}
</style>
background-color css
<style>
a { background-color: #59C2C9; }
a { background-color: rgb(89,194,201); }
div.DivClassName
{
background-color: #59C2C9;
}
.BgClassName
{
background-color: #59C2C9;
}
</style>
border-color css
<style>
span { border-color: #59C2C9; }
span { border-color: rgb(89,194,201); }
td.TdClassName
{
border-color: #59C2C9;
}
.TagClassName
{
border-color: #59C2C9;
}
</style>