Shades of Viking #56BCBD
Tints of Viking #56BCBD
RGB
CMYK
RGB Variations
Color information
#56BCBD (or 0x56BCBD) is known color: Viking. HEX triplet: 56, BC and BD. RGB value is (86,188,189). Sum of RGB (Red+Green+Blue) = 86+188+189=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #56BCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCBD is #A94342. Grayscale: #9D9D9D. Windows color (decimal): -11092803 or 12434518. OLE color: 12434518.
HSL color Cylindrical-coordinate representation of color #56BCBD: hue angle of 180.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56BCBD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 188 | 189 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.26 |
| HSL | 180.58º | 0.44% | 0.54% | - |
| HSV(B) | 180.58º | 0.54% | 0.74% | - |
| XYZ | 31.01 | 41.62 | 54.54 | - |
| YUV | 157.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 189 | 0.54 | 0.01 | 0 | 0.26 | 180.58 | 0.44 | 0.54 |
| Hex | 56 | BC | BD | 36 | 1 | 0 | 1A | B5 | 2C | 36 |
| Octal | 126 | 274 | 275 | 66 | 1 | 0 | 32 | 265 | 54 | 66 |
| Binary | 1010110 | 10111100 | 10111101 | 110110 | 1 | 0 | 11010 | 10110101 | 101100 | 110110 |
Color Harmonies of #56BCBD
Complementary color
Monochromatic Colors of #56BCBD
Black with #56BCBD
Text Example
Text Example
White with #56BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCBD; }
p { color: rgb(86,188,189); }
H1.HeaderClassName
{
color: #56BCBD;
}
.AnyTagClassName
{
color: #56BCBD;
}
</style>
background-color css
<style>
a { background-color: #56BCBD; }
a { background-color: rgb(86,188,189); }
div.DivClassName
{
background-color: #56BCBD;
}
.BgClassName
{
background-color: #56BCBD;
}
</style>
border-color css
<style>
span { border-color: #56BCBD; }
span { border-color: rgb(86,188,189); }
td.TdClassName
{
border-color: #56BCBD;
}
.TagClassName
{
border-color: #56BCBD;
}
</style>