Shades of Viking #56BDD7
Tints of Viking #56BDD7
RGB
CMYK
RGB Variations
Color information
#56BDD7 (or 0x56BDD7) is known color: Viking. HEX triplet: 56, BD and D7. RGB value is (86,189,215). Sum of RGB (Red+Green+Blue) = 86+189+215=490 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.55% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #56BDD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDD7 is #A94228. Grayscale: #A0A0A0. Windows color (decimal): -11092521 or 14138710. OLE color: 14138710.
HSL color Cylindrical-coordinate representation of color #56BDD7: hue angle of 192.09º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56BDD7 is Cyan = 0.6, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 189 | 215 | - |
| CMYK | 0.6 | 0.12 | 0 | 0.16 |
| HSL | 192.09º | 0.62% | 0.59% | - |
| HSV(B) | 192.09º | 0.6% | 0.84% | - |
| XYZ | 34.3 | 43.28 | 70.84 | - |
| YUV | 161.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 215 | 0.6 | 0.12 | 0 | 0.16 | 192.09 | 0.62 | 0.59 |
| Hex | 56 | BD | D7 | 3C | C | 0 | 10 | C0 | 3E | 3B |
| Octal | 126 | 275 | 327 | 74 | 14 | 0 | 20 | 300 | 76 | 73 |
| Binary | 1010110 | 10111101 | 11010111 | 111100 | 1100 | 0 | 10000 | 11000000 | 111110 | 111011 |
Color Harmonies of #56BDD7
Complementary color
Monochromatic Colors of #56BDD7
Black with #56BDD7
Text Example
Text Example
White with #56BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDD7; }
p { color: rgb(86,189,215); }
H1.HeaderClassName
{
color: #56BDD7;
}
.AnyTagClassName
{
color: #56BDD7;
}
</style>
background-color css
<style>
a { background-color: #56BDD7; }
a { background-color: rgb(86,189,215); }
div.DivClassName
{
background-color: #56BDD7;
}
.BgClassName
{
background-color: #56BDD7;
}
</style>
border-color css
<style>
span { border-color: #56BDD7; }
span { border-color: rgb(86,189,215); }
td.TdClassName
{
border-color: #56BDD7;
}
.TagClassName
{
border-color: #56BDD7;
}
</style>