Shades of Viking #59BFC9
Tints of Viking #59BFC9
RGB
CMYK
RGB Variations
Color information
#59BFC9 (or 0x59BFC9) is known color: Viking. HEX triplet: 59, BF and C9. RGB value is (89,191,201). Sum of RGB (Red+Green+Blue) = 89+191+201=481 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.50% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 201 (78.91% from 255 or 41.79% from 481); Max value from RGB is 201 - color contains mainly: blue. Hex color #59BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFC9 is #A64036. Grayscale: #A1A1A1. Windows color (decimal): -10895415 or 13221721. OLE color: 13221721.
HSL color Cylindrical-coordinate representation of color #59BFC9: hue angle of 185.36º 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 #59BFC9 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 191 | 201 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.21 |
| HSL | 185.36º | 0.51% | 0.57% | - |
| HSV(B) | 185.36º | 0.56% | 0.79% | - |
| XYZ | 33.29 | 43.6 | 61.92 | - |
| YUV | 161.64 | 150.21 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 201 | 0.56 | 0.05 | 0 | 0.21 | 185.36 | 0.51 | 0.57 |
| Hex | 59 | BF | C9 | 38 | 5 | 0 | 15 | B9 | 33 | 39 |
| Octal | 131 | 277 | 311 | 70 | 5 | 0 | 25 | 271 | 63 | 71 |
| Binary | 1011001 | 10111111 | 11001001 | 111000 | 101 | 0 | 10101 | 10111001 | 110011 | 111001 |
Color Harmonies of #59BFC9
Complementary color
Monochromatic Colors of #59BFC9
Black with #59BFC9
Text Example
Text Example
White with #59BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFC9; }
p { color: rgb(89,191,201); }
H1.HeaderClassName
{
color: #59BFC9;
}
.AnyTagClassName
{
color: #59BFC9;
}
</style>
background-color css
<style>
a { background-color: #59BFC9; }
a { background-color: rgb(89,191,201); }
div.DivClassName
{
background-color: #59BFC9;
}
.BgClassName
{
background-color: #59BFC9;
}
</style>
border-color css
<style>
span { border-color: #59BFC9; }
span { border-color: rgb(89,191,201); }
td.TdClassName
{
border-color: #59BFC9;
}
.TagClassName
{
border-color: #59BFC9;
}
</style>