Shades of Viking #59BDC0
Tints of Viking #59BDC0
RGB
CMYK
RGB Variations
Color information
#59BDC0 (or 0x59BDC0) is known color: Viking. HEX triplet: 59, BD and C0. RGB value is (89,189,192). Sum of RGB (Red+Green+Blue) = 89+189+192=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #59BDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BDC0 is #A6423F. Grayscale: #9F9F9F. Windows color (decimal): -10895936 or 12631385. OLE color: 12631385.
HSL color Cylindrical-coordinate representation of color #59BDC0: hue angle of 181.75º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BDC0 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 189 | 192 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.25 |
| HSL | 181.75º | 0.45% | 0.55% | - |
| HSV(B) | 181.75º | 0.54% | 0.75% | - |
| XYZ | 31.83 | 42.32 | 56.36 | - |
| YUV | 159.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 189 | 192 | 0.54 | 0.02 | 0 | 0.25 | 181.75 | 0.45 | 0.55 |
| Hex | 59 | BD | C0 | 36 | 2 | 0 | 19 | B6 | 2D | 37 |
| Octal | 131 | 275 | 300 | 66 | 2 | 0 | 31 | 266 | 55 | 67 |
| Binary | 1011001 | 10111101 | 11000000 | 110110 | 10 | 0 | 11001 | 10110110 | 101101 | 110111 |
Color Harmonies of #59BDC0
Complementary color
Monochromatic Colors of #59BDC0
Black with #59BDC0
Text Example
Text Example
White with #59BDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BDC0; }
p { color: rgb(89,189,192); }
H1.HeaderClassName
{
color: #59BDC0;
}
.AnyTagClassName
{
color: #59BDC0;
}
</style>
background-color css
<style>
a { background-color: #59BDC0; }
a { background-color: rgb(89,189,192); }
div.DivClassName
{
background-color: #59BDC0;
}
.BgClassName
{
background-color: #59BDC0;
}
</style>
border-color css
<style>
span { border-color: #59BDC0; }
span { border-color: rgb(89,189,192); }
td.TdClassName
{
border-color: #59BDC0;
}
.TagClassName
{
border-color: #59BDC0;
}
</style>