Shades of Viking #56BCCB
Tints of Viking #56BCCB
RGB
CMYK
RGB Variations
Color information
#56BCCB (or 0x56BCCB) is known color: Viking. HEX triplet: 56, BC and CB. RGB value is (86,188,203). Sum of RGB (Red+Green+Blue) = 86+188+203=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #56BCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCCB is #A94334. Grayscale: #9F9F9F. Windows color (decimal): -11092789 or 13352022. OLE color: 13352022.
HSL color Cylindrical-coordinate representation of color #56BCCB: hue angle of 187.69º 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 #56BCCB is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 188 | 203 | - |
| CMYK | 0.58 | 0.07 | 0 | 0.20 |
| HSL | 187.69º | 0.53% | 0.57% | - |
| HSV(B) | 187.69º | 0.58% | 0.8% | - |
| XYZ | 32.6 | 42.26 | 62.94 | - |
| YUV | 159.21 | 152.71 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 203 | 0.58 | 0.07 | 0 | 0.20 | 187.69 | 0.53 | 0.57 |
| Hex | 56 | BC | CB | 3A | 7 | 0 | 14 | BC | 35 | 39 |
| Octal | 126 | 274 | 313 | 72 | 7 | 0 | 24 | 274 | 65 | 71 |
| Binary | 1010110 | 10111100 | 11001011 | 111010 | 111 | 0 | 10100 | 10111100 | 110101 | 111001 |
Color Harmonies of #56BCCB
Complementary color
Monochromatic Colors of #56BCCB
Black with #56BCCB
Text Example
Text Example
White with #56BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCCB; }
p { color: rgb(86,188,203); }
H1.HeaderClassName
{
color: #56BCCB;
}
.AnyTagClassName
{
color: #56BCCB;
}
</style>
background-color css
<style>
a { background-color: #56BCCB; }
a { background-color: rgb(86,188,203); }
div.DivClassName
{
background-color: #56BCCB;
}
.BgClassName
{
background-color: #56BCCB;
}
</style>
border-color css
<style>
span { border-color: #56BCCB; }
span { border-color: rgb(86,188,203); }
td.TdClassName
{
border-color: #56BCCB;
}
.TagClassName
{
border-color: #56BCCB;
}
</style>