Shades of Viking #59BEC9
Tints of Viking #59BEC9
RGB
CMYK
RGB Variations
Color information
#59BEC9 (or 0x59BEC9) is known color: Viking. HEX triplet: 59, BE and C9. RGB value is (89,190,201). Sum of RGB (Red+Green+Blue) = 89+190+201=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 201 - color contains mainly: blue. Hex color #59BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEC9 is #A64136. Grayscale: #A0A0A0. Windows color (decimal): -10895671 or 13221465. OLE color: 13221465.
HSL color Cylindrical-coordinate representation of color #59BEC9: hue angle of 185.89º 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 #59BEC9 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 190 | 201 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.21 |
| HSL | 185.89º | 0.51% | 0.57% | - |
| HSV(B) | 185.89º | 0.56% | 0.79% | - |
| XYZ | 33.08 | 43.17 | 61.85 | - |
| YUV | 161.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 190 | 201 | 0.56 | 0.05 | 0 | 0.21 | 185.89 | 0.51 | 0.57 |
| Hex | 59 | BE | C9 | 38 | 5 | 0 | 15 | BA | 33 | 39 |
| Octal | 131 | 276 | 311 | 70 | 5 | 0 | 25 | 272 | 63 | 71 |
| Binary | 1011001 | 10111110 | 11001001 | 111000 | 101 | 0 | 10101 | 10111010 | 110011 | 111001 |
Color Harmonies of #59BEC9
Complementary color
Monochromatic Colors of #59BEC9
Black with #59BEC9
Text Example
Text Example
White with #59BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BEC9; }
p { color: rgb(89,190,201); }
H1.HeaderClassName
{
color: #59BEC9;
}
.AnyTagClassName
{
color: #59BEC9;
}
</style>
background-color css
<style>
a { background-color: #59BEC9; }
a { background-color: rgb(89,190,201); }
div.DivClassName
{
background-color: #59BEC9;
}
.BgClassName
{
background-color: #59BEC9;
}
</style>
border-color css
<style>
span { border-color: #59BEC9; }
span { border-color: rgb(89,190,201); }
td.TdClassName
{
border-color: #59BEC9;
}
.TagClassName
{
border-color: #59BEC9;
}
</style>