Shades of Viking #59BCCE
Tints of Viking #59BCCE
RGB
CMYK
RGB Variations
Color information
#59BCCE (or 0x59BCCE) is known color: Viking. HEX triplet: 59, BC and CE. RGB value is (89,188,206). Sum of RGB (Red+Green+Blue) = 89+188+206=483 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.43% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #59BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCCE is #A64331. Grayscale: #A0A0A0. Windows color (decimal): -10896178 or 13548633. OLE color: 13548633.
HSL color Cylindrical-coordinate representation of color #59BCCE: hue angle of 189.23º degrees, saturation: 0.54, 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 #59BCCE is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 188 | 206 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.19 |
| HSL | 189.23º | 0.54% | 0.58% | - |
| HSV(B) | 189.23º | 0.57% | 0.81% | - |
| XYZ | 33.24 | 42.55 | 64.85 | - |
| YUV | 160.45 | 153.7 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 188 | 206 | 0.57 | 0.09 | 0 | 0.19 | 189.23 | 0.54 | 0.58 |
| Hex | 59 | BC | CE | 39 | 9 | 0 | 13 | BD | 36 | 3A |
| Octal | 131 | 274 | 316 | 71 | 11 | 0 | 23 | 275 | 66 | 72 |
| Binary | 1011001 | 10111100 | 11001110 | 111001 | 1001 | 0 | 10011 | 10111101 | 110110 | 111010 |
Color Harmonies of #59BCCE
Complementary color
Monochromatic Colors of #59BCCE
Black with #59BCCE
Text Example
Text Example
White with #59BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BCCE; }
p { color: rgb(89,188,206); }
H1.HeaderClassName
{
color: #59BCCE;
}
.AnyTagClassName
{
color: #59BCCE;
}
</style>
background-color css
<style>
a { background-color: #59BCCE; }
a { background-color: rgb(89,188,206); }
div.DivClassName
{
background-color: #59BCCE;
}
.BgClassName
{
background-color: #59BCCE;
}
</style>
border-color css
<style>
span { border-color: #59BCCE; }
span { border-color: rgb(89,188,206); }
td.TdClassName
{
border-color: #59BCCE;
}
.TagClassName
{
border-color: #59BCCE;
}
</style>