Shades of Viking #56ADD0
Tints of Viking #56ADD0
RGB
CMYK
RGB Variations
Color information
#56ADD0 (or 0x56ADD0) is known color: Viking. HEX triplet: 56, AD and D0. RGB value is (86,173,208). Sum of RGB (Red+Green+Blue) = 86+173+208=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #56ADD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ADD0 is #A9522F. Grayscale: #969696. Windows color (decimal): -11096624 or 13675862. OLE color: 13675862.
HSL color Cylindrical-coordinate representation of color #56ADD0: hue angle of 197.21º degrees, saturation: 0.56, 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 #56ADD0 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 173 | 208 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.18 |
| HSL | 197.21º | 0.56% | 0.58% | - |
| HSV(B) | 197.21º | 0.59% | 0.82% | - |
| XYZ | 30.17 | 36.42 | 65.11 | - |
| YUV | 150.98 | 160.18 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 173 | 208 | 0.59 | 0.17 | 0 | 0.18 | 197.21 | 0.56 | 0.58 |
| Hex | 56 | AD | D0 | 3B | 11 | 0 | 12 | C5 | 38 | 3A |
| Octal | 126 | 255 | 320 | 73 | 21 | 0 | 22 | 305 | 70 | 72 |
| Binary | 1010110 | 10101101 | 11010000 | 111011 | 10001 | 0 | 10010 | 11000101 | 111000 | 111010 |
Color Harmonies of #56ADD0
Complementary color
Monochromatic Colors of #56ADD0
Black with #56ADD0
Text Example
Text Example
White with #56ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ADD0; }
p { color: rgb(86,173,208); }
H1.HeaderClassName
{
color: #56ADD0;
}
.AnyTagClassName
{
color: #56ADD0;
}
</style>
background-color css
<style>
a { background-color: #56ADD0; }
a { background-color: rgb(86,173,208); }
div.DivClassName
{
background-color: #56ADD0;
}
.BgClassName
{
background-color: #56ADD0;
}
</style>
border-color css
<style>
span { border-color: #56ADD0; }
span { border-color: rgb(86,173,208); }
td.TdClassName
{
border-color: #56ADD0;
}
.TagClassName
{
border-color: #56ADD0;
}
</style>