Shades of Viking #56C0C0
Tints of Viking #56C0C0
RGB
CMYK
RGB Variations
Color information
#56C0C0 (or 0x56C0C0) is known color: Viking. HEX triplet: 56, C0 and C0. RGB value is (86,192,192). Sum of RGB (Red+Green+Blue) = 86+192+192=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #56C0C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C0C0 is #A93F3F. Grayscale: #A0A0A0. Windows color (decimal): -11091776 or 12632150. OLE color: 12632150.
HSL color Cylindrical-coordinate representation of color #56C0C0: hue angle of 180º 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 #56C0C0 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 192 | 192 | - |
| CMYK | 0.55 | 0 | 0 | 0.25 |
| HSL | 180º | 0.46% | 0.55% | - |
| HSV(B) | 180º | 0.55% | 0.75% | - |
| XYZ | 32.2 | 43.48 | 56.57 | - |
| YUV | 160.31 | 145.88 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 192 | 192 | 0.55 | 0 | 0 | 0.25 | 180 | 0.46 | 0.55 |
| Hex | 56 | C0 | C0 | 37 | 0 | 0 | 19 | B4 | 2E | 37 |
| Octal | 126 | 300 | 300 | 67 | 0 | 0 | 31 | 264 | 56 | 67 |
| Binary | 1010110 | 11000000 | 11000000 | 110111 | 0 | 0 | 11001 | 10110100 | 101110 | 110111 |
Color Harmonies of #56C0C0
Complementary color
Monochromatic Colors of #56C0C0
Black with #56C0C0
Text Example
Text Example
White with #56C0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C0C0; }
p { color: rgb(86,192,192); }
H1.HeaderClassName
{
color: #56C0C0;
}
.AnyTagClassName
{
color: #56C0C0;
}
</style>
background-color css
<style>
a { background-color: #56C0C0; }
a { background-color: rgb(86,192,192); }
div.DivClassName
{
background-color: #56C0C0;
}
.BgClassName
{
background-color: #56C0C0;
}
</style>
border-color css
<style>
span { border-color: #56C0C0; }
span { border-color: rgb(86,192,192); }
td.TdClassName
{
border-color: #56C0C0;
}
.TagClassName
{
border-color: #56C0C0;
}
</style>