Shades of Viking #56ABBF
Tints of Viking #56ABBF
RGB
CMYK
RGB Variations
Color information
#56ABBF (or 0x56ABBF) is known color: Viking. HEX triplet: 56, AB and BF. RGB value is (86,171,191). Sum of RGB (Red+Green+Blue) = 86+171+191=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 191 - color contains mainly: blue. Hex color #56ABBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABBF is #A95440. Grayscale: #939393. Windows color (decimal): -11097153 or 12561238. OLE color: 12561238.
HSL color Cylindrical-coordinate representation of color #56ABBF: hue angle of 191.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56ABBF is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 171 | 191 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.25 |
| HSL | 191.43º | 0.45% | 0.54% | - |
| HSV(B) | 191.43º | 0.55% | 0.75% | - |
| XYZ | 27.8 | 34.87 | 54.55 | - |
| YUV | 147.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 191 | 0.55 | 0.10 | 0 | 0.25 | 191.43 | 0.45 | 0.54 |
| Hex | 56 | AB | BF | 37 | A | 0 | 19 | BF | 2D | 36 |
| Octal | 126 | 253 | 277 | 67 | 12 | 0 | 31 | 277 | 55 | 66 |
| Binary | 1010110 | 10101011 | 10111111 | 110111 | 1010 | 0 | 11001 | 10111111 | 101101 | 110110 |
Color Harmonies of #56ABBF
Complementary color
Monochromatic Colors of #56ABBF
Black with #56ABBF
Text Example
Text Example
White with #56ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABBF; }
p { color: rgb(86,171,191); }
H1.HeaderClassName
{
color: #56ABBF;
}
.AnyTagClassName
{
color: #56ABBF;
}
</style>
background-color css
<style>
a { background-color: #56ABBF; }
a { background-color: rgb(86,171,191); }
div.DivClassName
{
background-color: #56ABBF;
}
.BgClassName
{
background-color: #56ABBF;
}
</style>
border-color css
<style>
span { border-color: #56ABBF; }
span { border-color: rgb(86,171,191); }
td.TdClassName
{
border-color: #56ABBF;
}
.TagClassName
{
border-color: #56ABBF;
}
</style>