Shades of Viking #56ABBD
Tints of Viking #56ABBD
RGB
CMYK
RGB Variations
Color information
#56ABBD (or 0x56ABBD) is known color: Viking. HEX triplet: 56, AB and BD. RGB value is (86,171,189). Sum of RGB (Red+Green+Blue) = 86+171+189=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #56ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABBD is #A95442. Grayscale: #939393. Windows color (decimal): -11097155 or 12430166. OLE color: 12430166.
HSL color Cylindrical-coordinate representation of color #56ABBD: hue angle of 190.49º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56ABBD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 171 | 189 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.26 |
| HSL | 190.49º | 0.44% | 0.54% | - |
| HSV(B) | 190.49º | 0.54% | 0.74% | - |
| XYZ | 27.59 | 34.78 | 53.4 | - |
| YUV | 147.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 189 | 0.54 | 0.10 | 0 | 0.26 | 190.49 | 0.44 | 0.54 |
| Hex | 56 | AB | BD | 36 | A | 0 | 1A | BE | 2C | 36 |
| Octal | 126 | 253 | 275 | 66 | 12 | 0 | 32 | 276 | 54 | 66 |
| Binary | 1010110 | 10101011 | 10111101 | 110110 | 1010 | 0 | 11010 | 10111110 | 101100 | 110110 |
Color Harmonies of #56ABBD
Complementary color
Monochromatic Colors of #56ABBD
Black with #56ABBD
Text Example
Text Example
White with #56ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABBD; }
p { color: rgb(86,171,189); }
H1.HeaderClassName
{
color: #56ABBD;
}
.AnyTagClassName
{
color: #56ABBD;
}
</style>
background-color css
<style>
a { background-color: #56ABBD; }
a { background-color: rgb(86,171,189); }
div.DivClassName
{
background-color: #56ABBD;
}
.BgClassName
{
background-color: #56ABBD;
}
</style>
border-color css
<style>
span { border-color: #56ABBD; }
span { border-color: rgb(86,171,189); }
td.TdClassName
{
border-color: #56ABBD;
}
.TagClassName
{
border-color: #56ABBD;
}
</style>