Shades of Viking #59B0CF
Tints of Viking #59B0CF
RGB
CMYK
RGB Variations
Color information
#59B0CF (or 0x59B0CF) is known color: Viking. HEX triplet: 59, B0 and CF. RGB value is (89,176,207). Sum of RGB (Red+Green+Blue) = 89+176+207=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 176 (69.14% from 255 or 37.29% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #59B0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59B0CF is #A64F30. Grayscale: #999999. Windows color (decimal): -10899249 or 13611097. OLE color: 13611097.
HSL color Cylindrical-coordinate representation of color #59B0CF: hue angle of 195.76º degrees, saturation: 0.55, 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 #59B0CF is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 176 | 207 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.19 |
| HSL | 195.76º | 0.55% | 0.58% | - |
| HSV(B) | 195.76º | 0.57% | 0.81% | - |
| XYZ | 30.91 | 37.68 | 64.68 | - |
| YUV | 153.52 | 158.18 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 176 | 207 | 0.57 | 0.15 | 0 | 0.19 | 195.76 | 0.55 | 0.58 |
| Hex | 59 | B0 | CF | 39 | F | 0 | 13 | C4 | 37 | 3A |
| Octal | 131 | 260 | 317 | 71 | 17 | 0 | 23 | 304 | 67 | 72 |
| Binary | 1011001 | 10110000 | 11001111 | 111001 | 1111 | 0 | 10011 | 11000100 | 110111 | 111010 |
Color Harmonies of #59B0CF
Complementary color
Monochromatic Colors of #59B0CF
Black with #59B0CF
Text Example
Text Example
White with #59B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59B0CF; }
p { color: rgb(89,176,207); }
H1.HeaderClassName
{
color: #59B0CF;
}
.AnyTagClassName
{
color: #59B0CF;
}
</style>
background-color css
<style>
a { background-color: #59B0CF; }
a { background-color: rgb(89,176,207); }
div.DivClassName
{
background-color: #59B0CF;
}
.BgClassName
{
background-color: #59B0CF;
}
</style>
border-color css
<style>
span { border-color: #59B0CF; }
span { border-color: rgb(89,176,207); }
td.TdClassName
{
border-color: #59B0CF;
}
.TagClassName
{
border-color: #59B0CF;
}
</style>