Shades of Viking #56BDCB
Tints of Viking #56BDCB
RGB
CMYK
RGB Variations
Color information
#56BDCB (or 0x56BDCB) is known color: Viking. HEX triplet: 56, BD and CB. RGB value is (86,189,203). Sum of RGB (Red+Green+Blue) = 86+189+203=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #56BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDCB is #A94234. Grayscale: #9F9F9F. Windows color (decimal): -11092533 or 13352278. OLE color: 13352278.
HSL color Cylindrical-coordinate representation of color #56BDCB: hue angle of 187.18º degrees, saturation: 0.53, 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 #56BDCB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 189 | 203 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.20 |
| HSL | 187.18º | 0.53% | 0.57% | - |
| HSV(B) | 187.18º | 0.58% | 0.8% | - |
| XYZ | 32.81 | 42.69 | 63.01 | - |
| YUV | 159.8 | 152.38 | 75.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 203 | 0.58 | 0.07 | 0 | 0.20 | 187.18 | 0.53 | 0.57 |
| Hex | 56 | BD | CB | 3A | 7 | 0 | 14 | BB | 35 | 39 |
| Octal | 126 | 275 | 313 | 72 | 7 | 0 | 24 | 273 | 65 | 71 |
| Binary | 1010110 | 10111101 | 11001011 | 111010 | 111 | 0 | 10100 | 10111011 | 110101 | 111001 |
Color Harmonies of #56BDCB
Complementary color
Monochromatic Colors of #56BDCB
Black with #56BDCB
Text Example
Text Example
White with #56BDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDCB; }
p { color: rgb(86,189,203); }
H1.HeaderClassName
{
color: #56BDCB;
}
.AnyTagClassName
{
color: #56BDCB;
}
</style>
background-color css
<style>
a { background-color: #56BDCB; }
a { background-color: rgb(86,189,203); }
div.DivClassName
{
background-color: #56BDCB;
}
.BgClassName
{
background-color: #56BDCB;
}
</style>
border-color css
<style>
span { border-color: #56BDCB; }
span { border-color: rgb(86,189,203); }
td.TdClassName
{
border-color: #56BDCB;
}
.TagClassName
{
border-color: #56BDCB;
}
</style>