Shades of Viking #56ABCE
Tints of Viking #56ABCE
RGB
CMYK
RGB Variations
Color information
#56ABCE (or 0x56ABCE) is known color: Viking. HEX triplet: 56, AB and CE. RGB value is (86,171,206). Sum of RGB (Red+Green+Blue) = 86+171+206=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #56ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ABCE is #A95431. Grayscale: #959595. Windows color (decimal): -11097138 or 13544278. OLE color: 13544278.
HSL color Cylindrical-coordinate representation of color #56ABCE: hue angle of 197.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56ABCE is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 171 | 206 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.19 |
| HSL | 197.5º | 0.55% | 0.57% | - |
| HSV(B) | 197.5º | 0.58% | 0.81% | - |
| XYZ | 29.54 | 35.56 | 63.7 | - |
| YUV | 149.58 | 159.84 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 171 | 206 | 0.58 | 0.17 | 0 | 0.19 | 197.5 | 0.55 | 0.57 |
| Hex | 56 | AB | CE | 3A | 11 | 0 | 13 | C6 | 37 | 39 |
| Octal | 126 | 253 | 316 | 72 | 21 | 0 | 23 | 306 | 67 | 71 |
| Binary | 1010110 | 10101011 | 11001110 | 111010 | 10001 | 0 | 10011 | 11000110 | 110111 | 111001 |
Color Harmonies of #56ABCE
Complementary color
Monochromatic Colors of #56ABCE
Black with #56ABCE
Text Example
Text Example
White with #56ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ABCE; }
p { color: rgb(86,171,206); }
H1.HeaderClassName
{
color: #56ABCE;
}
.AnyTagClassName
{
color: #56ABCE;
}
</style>
background-color css
<style>
a { background-color: #56ABCE; }
a { background-color: rgb(86,171,206); }
div.DivClassName
{
background-color: #56ABCE;
}
.BgClassName
{
background-color: #56ABCE;
}
</style>
border-color css
<style>
span { border-color: #56ABCE; }
span { border-color: rgb(86,171,206); }
td.TdClassName
{
border-color: #56ABCE;
}
.TagClassName
{
border-color: #56ABCE;
}
</style>