Shades of Viking #56AECC
Tints of Viking #56AECC
RGB
CMYK
RGB Variations
Color information
#56AECC (or 0x56AECC) is known color: Viking. HEX triplet: 56, AE and CC. RGB value is (86,174,204). Sum of RGB (Red+Green+Blue) = 86+174+204=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #56AECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AECC is #A95133. Grayscale: #969696. Windows color (decimal): -11096372 or 13413974. OLE color: 13413974.
HSL color Cylindrical-coordinate representation of color #56AECC: hue angle of 195.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56AECC is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 174 | 204 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.2 |
| HSL | 195.25º | 0.54% | 0.57% | - |
| HSV(B) | 195.25º | 0.58% | 0.8% | - |
| XYZ | 29.87 | 36.61 | 62.62 | - |
| YUV | 151.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 174 | 204 | 0.58 | 0.15 | 0 | 0.2 | 195.25 | 0.54 | 0.57 |
| Hex | 56 | AE | CC | 3A | F | 0 | 14 | C3 | 36 | 39 |
| Octal | 126 | 256 | 314 | 72 | 17 | 0 | 24 | 303 | 66 | 71 |
| Binary | 1010110 | 10101110 | 11001100 | 111010 | 1111 | 0 | 10100 | 11000011 | 110110 | 111001 |
Color Harmonies of #56AECC
Complementary color
Monochromatic Colors of #56AECC
Black with #56AECC
Text Example
Text Example
White with #56AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AECC; }
p { color: rgb(86,174,204); }
H1.HeaderClassName
{
color: #56AECC;
}
.AnyTagClassName
{
color: #56AECC;
}
</style>
background-color css
<style>
a { background-color: #56AECC; }
a { background-color: rgb(86,174,204); }
div.DivClassName
{
background-color: #56AECC;
}
.BgClassName
{
background-color: #56AECC;
}
</style>
border-color css
<style>
span { border-color: #56AECC; }
span { border-color: rgb(86,174,204); }
td.TdClassName
{
border-color: #56AECC;
}
.TagClassName
{
border-color: #56AECC;
}
</style>