Shades of Viking #59BFD2
Tints of Viking #59BFD2
RGB
CMYK
RGB Variations
Color information
#59BFD2 (or 0x59BFD2) is known color: Viking. HEX triplet: 59, BF and D2. RGB value is (89,191,210). Sum of RGB (Red+Green+Blue) = 89+191+210=490 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.16% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #59BFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFD2 is #A6402D. Grayscale: #A2A2A2. Windows color (decimal): -10895406 or 13811545. OLE color: 13811545.
HSL color Cylindrical-coordinate representation of color #59BFD2: hue angle of 189.42º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59BFD2 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 191 | 210 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.18 |
| HSL | 189.42º | 0.57% | 0.59% | - |
| HSV(B) | 189.42º | 0.58% | 0.82% | - |
| XYZ | 34.38 | 44.04 | 67.66 | - |
| YUV | 162.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 191 | 210 | 0.58 | 0.09 | 0 | 0.18 | 189.42 | 0.57 | 0.59 |
| Hex | 59 | BF | D2 | 3A | 9 | 0 | 12 | BD | 39 | 3B |
| Octal | 131 | 277 | 322 | 72 | 11 | 0 | 22 | 275 | 71 | 73 |
| Binary | 1011001 | 10111111 | 11010010 | 111010 | 1001 | 0 | 10010 | 10111101 | 111001 | 111011 |
Color Harmonies of #59BFD2
Complementary color
Monochromatic Colors of #59BFD2
Black with #59BFD2
Text Example
Text Example
White with #59BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BFD2; }
p { color: rgb(89,191,210); }
H1.HeaderClassName
{
color: #59BFD2;
}
.AnyTagClassName
{
color: #59BFD2;
}
</style>
background-color css
<style>
a { background-color: #59BFD2; }
a { background-color: rgb(89,191,210); }
div.DivClassName
{
background-color: #59BFD2;
}
.BgClassName
{
background-color: #59BFD2;
}
</style>
border-color css
<style>
span { border-color: #59BFD2; }
span { border-color: rgb(89,191,210); }
td.TdClassName
{
border-color: #59BFD2;
}
.TagClassName
{
border-color: #59BFD2;
}
</style>