Shades of Viking #56BDD5
Tints of Viking #56BDD5
RGB
CMYK
RGB Variations
Color information
#56BDD5 (or 0x56BDD5) is known color: Viking. HEX triplet: 56, BD and D5. RGB value is (86,189,213). Sum of RGB (Red+Green+Blue) = 86+189+213=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 213 - color contains mainly: blue. Hex color #56BDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDD5 is #A9422A. Grayscale: #A0A0A0. Windows color (decimal): -11092523 or 14007638. OLE color: 14007638.
HSL color Cylindrical-coordinate representation of color #56BDD5: hue angle of 191.34º degrees, saturation: 0.6, 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 #56BDD5 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 189 | 213 | - |
| CMYK | 0.60 | 0.11 | 0 | 0.16 |
| HSL | 191.34º | 0.6% | 0.59% | - |
| HSV(B) | 191.34º | 0.6% | 0.84% | - |
| XYZ | 34.05 | 43.18 | 69.49 | - |
| YUV | 160.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 213 | 0.60 | 0.11 | 0 | 0.16 | 191.34 | 0.6 | 0.59 |
| Hex | 56 | BD | D5 | 3C | B | 0 | 10 | BF | 3C | 3B |
| Octal | 126 | 275 | 325 | 74 | 13 | 0 | 20 | 277 | 74 | 73 |
| Binary | 1010110 | 10111101 | 11010101 | 111100 | 1011 | 0 | 10000 | 10111111 | 111100 | 111011 |
Color Harmonies of #56BDD5
Complementary color
Monochromatic Colors of #56BDD5
Black with #56BDD5
Text Example
Text Example
White with #56BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDD5; }
p { color: rgb(86,189,213); }
H1.HeaderClassName
{
color: #56BDD5;
}
.AnyTagClassName
{
color: #56BDD5;
}
</style>
background-color css
<style>
a { background-color: #56BDD5; }
a { background-color: rgb(86,189,213); }
div.DivClassName
{
background-color: #56BDD5;
}
.BgClassName
{
background-color: #56BDD5;
}
</style>
border-color css
<style>
span { border-color: #56BDD5; }
span { border-color: rgb(86,189,213); }
td.TdClassName
{
border-color: #56BDD5;
}
.TagClassName
{
border-color: #56BDD5;
}
</style>