Shades of Viking #56BBCD
Tints of Viking #56BBCD
RGB
CMYK
RGB Variations
Color information
#56BBCD (or 0x56BBCD) is known color: Viking. HEX triplet: 56, BB and CD. RGB value is (86,187,205). Sum of RGB (Red+Green+Blue) = 86+187+205=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #56BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBCD is #A94432. Grayscale: #9E9E9E. Windows color (decimal): -11093043 or 13482838. OLE color: 13482838.
HSL color Cylindrical-coordinate representation of color #56BBCD: hue angle of 189.08º 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 #56BBCD is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 187 | 205 | - |
| CMYK | 0.58 | 0.09 | 0 | 0.20 |
| HSL | 189.08º | 0.54% | 0.57% | - |
| HSV(B) | 189.08º | 0.58% | 0.8% | - |
| XYZ | 32.63 | 41.93 | 64.13 | - |
| YUV | 158.85 | 154.04 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 205 | 0.58 | 0.09 | 0 | 0.20 | 189.08 | 0.54 | 0.57 |
| Hex | 56 | BB | CD | 3A | 9 | 0 | 14 | BD | 36 | 39 |
| Octal | 126 | 273 | 315 | 72 | 11 | 0 | 24 | 275 | 66 | 71 |
| Binary | 1010110 | 10111011 | 11001101 | 111010 | 1001 | 0 | 10100 | 10111101 | 110110 | 111001 |
Color Harmonies of #56BBCD
Complementary color
Monochromatic Colors of #56BBCD
Black with #56BBCD
Text Example
Text Example
White with #56BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBCD; }
p { color: rgb(86,187,205); }
H1.HeaderClassName
{
color: #56BBCD;
}
.AnyTagClassName
{
color: #56BBCD;
}
</style>
background-color css
<style>
a { background-color: #56BBCD; }
a { background-color: rgb(86,187,205); }
div.DivClassName
{
background-color: #56BBCD;
}
.BgClassName
{
background-color: #56BBCD;
}
</style>
border-color css
<style>
span { border-color: #56BBCD; }
span { border-color: rgb(86,187,205); }
td.TdClassName
{
border-color: #56BBCD;
}
.TagClassName
{
border-color: #56BBCD;
}
</style>