Shades of Viking #56A8BA
Tints of Viking #56A8BA
RGB
CMYK
RGB Variations
Color information
#56A8BA (or 0x56A8BA) is known color: Viking. HEX triplet: 56, A8 and BA. RGB value is (86,168,186). Sum of RGB (Red+Green+Blue) = 86+168+186=440 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.55% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #56A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56A8BA is #A95745. Grayscale: #919191. Windows color (decimal): -11097926 or 12232790. OLE color: 12232790.
HSL color Cylindrical-coordinate representation of color #56A8BA: hue angle of 190.8º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56A8BA is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 168 | 186 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.27 |
| HSL | 190.8º | 0.42% | 0.53% | - |
| HSV(B) | 190.8º | 0.54% | 0.73% | - |
| XYZ | 26.7 | 33.53 | 51.52 | - |
| YUV | 145.53 | 150.83 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 168 | 186 | 0.54 | 0.10 | 0 | 0.27 | 190.8 | 0.42 | 0.53 |
| Hex | 56 | A8 | BA | 36 | A | 0 | 1B | BF | 2A | 35 |
| Octal | 126 | 250 | 272 | 66 | 12 | 0 | 33 | 277 | 52 | 65 |
| Binary | 1010110 | 10101000 | 10111010 | 110110 | 1010 | 0 | 11011 | 10111111 | 101010 | 110101 |
Color Harmonies of #56A8BA
Complementary color
Monochromatic Colors of #56A8BA
Black with #56A8BA
Text Example
Text Example
White with #56A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A8BA; }
p { color: rgb(86,168,186); }
H1.HeaderClassName
{
color: #56A8BA;
}
.AnyTagClassName
{
color: #56A8BA;
}
</style>
background-color css
<style>
a { background-color: #56A8BA; }
a { background-color: rgb(86,168,186); }
div.DivClassName
{
background-color: #56A8BA;
}
.BgClassName
{
background-color: #56A8BA;
}
</style>
border-color css
<style>
span { border-color: #56A8BA; }
span { border-color: rgb(86,168,186); }
td.TdClassName
{
border-color: #56A8BA;
}
.TagClassName
{
border-color: #56A8BA;
}
</style>