Shades of Viking #56ABBC
Tints of Viking #56ABBC
RGB
CMYK
RGB Variations
Color information
#56ABBC (or 0x56ABBC) is known color: Viking. HEX triplet: 56, AB and BC. RGB value is (86,171,188). Sum of RGB (Red+Green+Blue) = 86+171+188=445 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.33% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #56ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABBC is #A95443. Grayscale: #939393. Windows color (decimal): -11097156 or 12364630. OLE color: 12364630.
HSL color Cylindrical-coordinate representation of color #56ABBC: hue angle of 190º degrees, saturation: 0.43, 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 #56ABBC is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 171 | 188 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.26 |
| HSL | 190º | 0.43% | 0.54% | - |
| HSV(B) | 190º | 0.54% | 0.74% | - |
| XYZ | 27.48 | 34.74 | 52.83 | - |
| YUV | 147.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 188 | 0.54 | 0.09 | 0 | 0.26 | 190 | 0.43 | 0.54 |
| Hex | 56 | AB | BC | 36 | 9 | 0 | 1A | BE | 2B | 36 |
| Octal | 126 | 253 | 274 | 66 | 11 | 0 | 32 | 276 | 53 | 66 |
| Binary | 1010110 | 10101011 | 10111100 | 110110 | 1001 | 0 | 11010 | 10111110 | 101011 | 110110 |
Color Harmonies of #56ABBC
Complementary color
Monochromatic Colors of #56ABBC
Black with #56ABBC
Text Example
Text Example
White with #56ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABBC; }
p { color: rgb(86,171,188); }
H1.HeaderClassName
{
color: #56ABBC;
}
.AnyTagClassName
{
color: #56ABBC;
}
</style>
background-color css
<style>
a { background-color: #56ABBC; }
a { background-color: rgb(86,171,188); }
div.DivClassName
{
background-color: #56ABBC;
}
.BgClassName
{
background-color: #56ABBC;
}
</style>
border-color css
<style>
span { border-color: #56ABBC; }
span { border-color: rgb(86,171,188); }
td.TdClassName
{
border-color: #56ABBC;
}
.TagClassName
{
border-color: #56ABBC;
}
</style>