Shades of Viking #56AFCC
Tints of Viking #56AFCC
RGB
CMYK
RGB Variations
Color information
#56AFCC (or 0x56AFCC) is known color: Viking. HEX triplet: 56, AF and CC. RGB value is (86,175,204). Sum of RGB (Red+Green+Blue) = 86+175+204=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #56AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56AFCC is #A95033. Grayscale: #979797. Windows color (decimal): -11096116 or 13414230. OLE color: 13414230.
HSL color Cylindrical-coordinate representation of color #56AFCC: hue angle of 194.75º 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 #56AFCC is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 175 | 204 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.2 |
| HSL | 194.75º | 0.54% | 0.57% | - |
| HSV(B) | 194.75º | 0.58% | 0.8% | - |
| XYZ | 30.07 | 37 | 62.68 | - |
| YUV | 151.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 175 | 204 | 0.58 | 0.14 | 0 | 0.2 | 194.75 | 0.54 | 0.57 |
| Hex | 56 | AF | CC | 3A | E | 0 | 14 | C3 | 36 | 39 |
| Octal | 126 | 257 | 314 | 72 | 16 | 0 | 24 | 303 | 66 | 71 |
| Binary | 1010110 | 10101111 | 11001100 | 111010 | 1110 | 0 | 10100 | 11000011 | 110110 | 111001 |
Color Harmonies of #56AFCC
Complementary color
Monochromatic Colors of #56AFCC
Black with #56AFCC
Text Example
Text Example
White with #56AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56AFCC; }
p { color: rgb(86,175,204); }
H1.HeaderClassName
{
color: #56AFCC;
}
.AnyTagClassName
{
color: #56AFCC;
}
</style>
background-color css
<style>
a { background-color: #56AFCC; }
a { background-color: rgb(86,175,204); }
div.DivClassName
{
background-color: #56AFCC;
}
.BgClassName
{
background-color: #56AFCC;
}
</style>
border-color css
<style>
span { border-color: #56AFCC; }
span { border-color: rgb(86,175,204); }
td.TdClassName
{
border-color: #56AFCC;
}
.TagClassName
{
border-color: #56AFCC;
}
</style>