Shades of Viking #56BCC0
Tints of Viking #56BCC0
RGB
CMYK
RGB Variations
Color information
#56BCC0 (or 0x56BCC0) is known color: Viking. HEX triplet: 56, BC and C0. RGB value is (86,188,192). Sum of RGB (Red+Green+Blue) = 86+188+192=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #56BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCC0 is #A9433F. Grayscale: #9D9D9D. Windows color (decimal): -11092800 or 12631126. OLE color: 12631126.
HSL color Cylindrical-coordinate representation of color #56BCC0: hue angle of 182.26º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56BCC0 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 188 | 192 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.25 |
| HSL | 182.26º | 0.46% | 0.55% | - |
| HSV(B) | 182.26º | 0.55% | 0.75% | - |
| XYZ | 31.34 | 41.75 | 56.28 | - |
| YUV | 157.96 | 147.21 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 192 | 0.55 | 0.02 | 0 | 0.25 | 182.26 | 0.46 | 0.55 |
| Hex | 56 | BC | C0 | 37 | 2 | 0 | 19 | B6 | 2E | 37 |
| Octal | 126 | 274 | 300 | 67 | 2 | 0 | 31 | 266 | 56 | 67 |
| Binary | 1010110 | 10111100 | 11000000 | 110111 | 10 | 0 | 11001 | 10110110 | 101110 | 110111 |
Color Harmonies of #56BCC0
Complementary color
Monochromatic Colors of #56BCC0
Black with #56BCC0
Text Example
Text Example
White with #56BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCC0; }
p { color: rgb(86,188,192); }
H1.HeaderClassName
{
color: #56BCC0;
}
.AnyTagClassName
{
color: #56BCC0;
}
</style>
background-color css
<style>
a { background-color: #56BCC0; }
a { background-color: rgb(86,188,192); }
div.DivClassName
{
background-color: #56BCC0;
}
.BgClassName
{
background-color: #56BCC0;
}
</style>
border-color css
<style>
span { border-color: #56BCC0; }
span { border-color: rgb(86,188,192); }
td.TdClassName
{
border-color: #56BCC0;
}
.TagClassName
{
border-color: #56BCC0;
}
</style>