Shades of Viking #56ACD0
Tints of Viking #56ACD0
RGB
CMYK
RGB Variations
Color information
#56ACD0 (or 0x56ACD0) is known color: Viking. HEX triplet: 56, AC and D0. RGB value is (86,172,208). Sum of RGB (Red+Green+Blue) = 86+172+208=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 208 - color contains mainly: blue. Hex color #56ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACD0 is #A9532F. Grayscale: #969696. Windows color (decimal): -11096880 or 13675606. OLE color: 13675606.
HSL color Cylindrical-coordinate representation of color #56ACD0: hue angle of 197.7º 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 #56ACD0 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 172 | 208 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.18 |
| HSL | 197.7º | 0.56% | 0.58% | - |
| HSV(B) | 197.7º | 0.59% | 0.82% | - |
| XYZ | 29.98 | 36.04 | 65.05 | - |
| YUV | 150.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 208 | 0.59 | 0.17 | 0 | 0.18 | 197.7 | 0.56 | 0.58 |
| Hex | 56 | AC | D0 | 3B | 11 | 0 | 12 | C6 | 38 | 3A |
| Octal | 126 | 254 | 320 | 73 | 21 | 0 | 22 | 306 | 70 | 72 |
| Binary | 1010110 | 10101100 | 11010000 | 111011 | 10001 | 0 | 10010 | 11000110 | 111000 | 111010 |
Color Harmonies of #56ACD0
Complementary color
Monochromatic Colors of #56ACD0
Black with #56ACD0
Text Example
Text Example
White with #56ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACD0; }
p { color: rgb(86,172,208); }
H1.HeaderClassName
{
color: #56ACD0;
}
.AnyTagClassName
{
color: #56ACD0;
}
</style>
background-color css
<style>
a { background-color: #56ACD0; }
a { background-color: rgb(86,172,208); }
div.DivClassName
{
background-color: #56ACD0;
}
.BgClassName
{
background-color: #56ACD0;
}
</style>
border-color css
<style>
span { border-color: #56ACD0; }
span { border-color: rgb(86,172,208); }
td.TdClassName
{
border-color: #56ACD0;
}
.TagClassName
{
border-color: #56ACD0;
}
</style>