Shades of Viking #56ACC7
Tints of Viking #56ACC7
RGB
CMYK
RGB Variations
Color information
#56ACC7 (or 0x56ACC7) is known color: Viking. HEX triplet: 56, AC and C7. RGB value is (86,172,199). Sum of RGB (Red+Green+Blue) = 86+172+199=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #56ACC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56ACC7 is #A95338. Grayscale: #959595. Windows color (decimal): -11096889 or 13085782. OLE color: 13085782.
HSL color Cylindrical-coordinate representation of color #56ACC7: hue angle of 194.34º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56ACC7 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 172 | 199 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.22 |
| HSL | 194.34º | 0.5% | 0.56% | - |
| HSV(B) | 194.34º | 0.57% | 0.78% | - |
| XYZ | 28.9 | 35.61 | 59.38 | - |
| YUV | 149.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 172 | 199 | 0.57 | 0.14 | 0 | 0.22 | 194.34 | 0.5 | 0.56 |
| Hex | 56 | AC | C7 | 39 | E | 0 | 16 | C2 | 32 | 38 |
| Octal | 126 | 254 | 307 | 71 | 16 | 0 | 26 | 302 | 62 | 70 |
| Binary | 1010110 | 10101100 | 11000111 | 111001 | 1110 | 0 | 10110 | 11000010 | 110010 | 111000 |
Color Harmonies of #56ACC7
Complementary color
Monochromatic Colors of #56ACC7
Black with #56ACC7
Text Example
Text Example
White with #56ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ACC7; }
p { color: rgb(86,172,199); }
H1.HeaderClassName
{
color: #56ACC7;
}
.AnyTagClassName
{
color: #56ACC7;
}
</style>
background-color css
<style>
a { background-color: #56ACC7; }
a { background-color: rgb(86,172,199); }
div.DivClassName
{
background-color: #56ACC7;
}
.BgClassName
{
background-color: #56ACC7;
}
</style>
border-color css
<style>
span { border-color: #56ACC7; }
span { border-color: rgb(86,172,199); }
td.TdClassName
{
border-color: #56ACC7;
}
.TagClassName
{
border-color: #56ACC7;
}
</style>