Shades of Viking #59BDD5
Tints of Viking #59BDD5
RGB
CMYK
RGB Variations
Color information
#59BDD5 (or 0x59BDD5) is known color: Viking. HEX triplet: 59, BD and D5. RGB value is (89,189,213). Sum of RGB (Red+Green+Blue) = 89+189+213=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #59BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDD5 is #A6422A. Grayscale: #A1A1A1. Windows color (decimal): -10895915 or 14007641. OLE color: 14007641.
HSL color Cylindrical-coordinate representation of color #59BDD5: hue angle of 191.61º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59BDD5 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 189 | 213 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.16 |
| HSL | 191.61º | 0.6% | 0.59% | - |
| HSV(B) | 191.61º | 0.58% | 0.84% | - |
| XYZ | 34.33 | 43.32 | 69.5 | - |
| YUV | 161.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 213 | 0.58 | 0.11 | 0 | 0.16 | 191.61 | 0.6 | 0.59 |
| Hex | 59 | BD | D5 | 3A | B | 0 | 10 | C0 | 3C | 3B |
| Octal | 131 | 275 | 325 | 72 | 13 | 0 | 20 | 300 | 74 | 73 |
| Binary | 1011001 | 10111101 | 11010101 | 111010 | 1011 | 0 | 10000 | 11000000 | 111100 | 111011 |
Color Harmonies of #59BDD5
Complementary color
Monochromatic Colors of #59BDD5
Black with #59BDD5
Text Example
Text Example
White with #59BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDD5; }
p { color: rgb(89,189,213); }
H1.HeaderClassName
{
color: #59BDD5;
}
.AnyTagClassName
{
color: #59BDD5;
}
</style>
background-color css
<style>
a { background-color: #59BDD5; }
a { background-color: rgb(89,189,213); }
div.DivClassName
{
background-color: #59BDD5;
}
.BgClassName
{
background-color: #59BDD5;
}
</style>
border-color css
<style>
span { border-color: #59BDD5; }
span { border-color: rgb(89,189,213); }
td.TdClassName
{
border-color: #59BDD5;
}
.TagClassName
{
border-color: #59BDD5;
}
</style>