Shades of Viking #56ABBA
Tints of Viking #56ABBA
RGB
CMYK
RGB Variations
Color information
#56ABBA (or 0x56ABBA) is known color: Viking. HEX triplet: 56, AB and BA. RGB value is (86,171,186). Sum of RGB (Red+Green+Blue) = 86+171+186=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #56ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABBA is #A95445. Grayscale: #939393. Windows color (decimal): -11097158 or 12233558. OLE color: 12233558.
HSL color Cylindrical-coordinate representation of color #56ABBA: hue angle of 189º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56ABBA is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 171 | 186 | - |
| CMYK | 0.54 | 0.08 | 0 | 0.27 |
| HSL | 189º | 0.42% | 0.53% | - |
| HSV(B) | 189º | 0.54% | 0.73% | - |
| XYZ | 27.26 | 34.65 | 51.71 | - |
| YUV | 147.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 186 | 0.54 | 0.08 | 0 | 0.27 | 189 | 0.42 | 0.53 |
| Hex | 56 | AB | BA | 36 | 8 | 0 | 1B | BD | 2A | 35 |
| Octal | 126 | 253 | 272 | 66 | 10 | 0 | 33 | 275 | 52 | 65 |
| Binary | 1010110 | 10101011 | 10111010 | 110110 | 1000 | 0 | 11011 | 10111101 | 101010 | 110101 |
Color Harmonies of #56ABBA
Complementary color
Monochromatic Colors of #56ABBA
Black with #56ABBA
Text Example
Text Example
White with #56ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABBA; }
p { color: rgb(86,171,186); }
H1.HeaderClassName
{
color: #56ABBA;
}
.AnyTagClassName
{
color: #56ABBA;
}
</style>
background-color css
<style>
a { background-color: #56ABBA; }
a { background-color: rgb(86,171,186); }
div.DivClassName
{
background-color: #56ABBA;
}
.BgClassName
{
background-color: #56ABBA;
}
</style>
border-color css
<style>
span { border-color: #56ABBA; }
span { border-color: rgb(86,171,186); }
td.TdClassName
{
border-color: #56ABBA;
}
.TagClassName
{
border-color: #56ABBA;
}
</style>