Shades of Viking #59BACB
Tints of Viking #59BACB
RGB
CMYK
RGB Variations
Color information
#59BACB (or 0x59BACB) is known color: Viking. HEX triplet: 59, BA and CB. RGB value is (89,186,203). Sum of RGB (Red+Green+Blue) = 89+186+203=478 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.62% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #59BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BACB is #A64534. Grayscale: #9E9E9E. Windows color (decimal): -10896693 or 13351513. OLE color: 13351513.
HSL color Cylindrical-coordinate representation of color #59BACB: hue angle of 188.95º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59BACB is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 186 | 203 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.20 |
| HSL | 188.95º | 0.52% | 0.57% | - |
| HSV(B) | 188.95º | 0.56% | 0.8% | - |
| XYZ | 32.46 | 41.55 | 62.81 | - |
| YUV | 158.94 | 152.86 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 203 | 0.56 | 0.08 | 0 | 0.20 | 188.95 | 0.52 | 0.57 |
| Hex | 59 | BA | CB | 38 | 8 | 0 | 14 | BD | 34 | 39 |
| Octal | 131 | 272 | 313 | 70 | 10 | 0 | 24 | 275 | 64 | 71 |
| Binary | 1011001 | 10111010 | 11001011 | 111000 | 1000 | 0 | 10100 | 10111101 | 110100 | 111001 |
Color Harmonies of #59BACB
Complementary color
Monochromatic Colors of #59BACB
Black with #59BACB
Text Example
Text Example
White with #59BACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BACB; }
p { color: rgb(89,186,203); }
H1.HeaderClassName
{
color: #59BACB;
}
.AnyTagClassName
{
color: #59BACB;
}
</style>
background-color css
<style>
a { background-color: #59BACB; }
a { background-color: rgb(89,186,203); }
div.DivClassName
{
background-color: #59BACB;
}
.BgClassName
{
background-color: #59BACB;
}
</style>
border-color css
<style>
span { border-color: #59BACB; }
span { border-color: rgb(89,186,203); }
td.TdClassName
{
border-color: #59BACB;
}
.TagClassName
{
border-color: #59BACB;
}
</style>