Shades of Viking #56ADD1
Tints of Viking #56ADD1
RGB
CMYK
RGB Variations
Color information
#56ADD1 (or 0x56ADD1) is known color: Viking. HEX triplet: 56, AD and D1. RGB value is (86,173,209). Sum of RGB (Red+Green+Blue) = 86+173+209=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #56ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADD1 is #A9522E. Grayscale: #969696. Windows color (decimal): -11096623 or 13741398. OLE color: 13741398.
HSL color Cylindrical-coordinate representation of color #56ADD1: hue angle of 197.56º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56ADD1 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 173 | 209 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.18 |
| HSL | 197.56º | 0.57% | 0.58% | - |
| HSV(B) | 197.56º | 0.59% | 0.82% | - |
| XYZ | 30.29 | 36.47 | 65.76 | - |
| YUV | 151.09 | 160.68 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 209 | 0.59 | 0.17 | 0 | 0.18 | 197.56 | 0.57 | 0.58 |
| Hex | 56 | AD | D1 | 3B | 11 | 0 | 12 | C6 | 39 | 3A |
| Octal | 126 | 255 | 321 | 73 | 21 | 0 | 22 | 306 | 71 | 72 |
| Binary | 1010110 | 10101101 | 11010001 | 111011 | 10001 | 0 | 10010 | 11000110 | 111001 | 111010 |
Color Harmonies of #56ADD1
Complementary color
Monochromatic Colors of #56ADD1
Black with #56ADD1
Text Example
Text Example
White with #56ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADD1; }
p { color: rgb(86,173,209); }
H1.HeaderClassName
{
color: #56ADD1;
}
.AnyTagClassName
{
color: #56ADD1;
}
</style>
background-color css
<style>
a { background-color: #56ADD1; }
a { background-color: rgb(86,173,209); }
div.DivClassName
{
background-color: #56ADD1;
}
.BgClassName
{
background-color: #56ADD1;
}
</style>
border-color css
<style>
span { border-color: #56ADD1; }
span { border-color: rgb(86,173,209); }
td.TdClassName
{
border-color: #56ADD1;
}
.TagClassName
{
border-color: #56ADD1;
}
</style>