Shades of Viking #56BCCC
Tints of Viking #56BCCC
RGB
CMYK
RGB Variations
Color information
#56BCCC (or 0x56BCCC) is known color: Viking. HEX triplet: 56, BC and CC. RGB value is (86,188,204). Sum of RGB (Red+Green+Blue) = 86+188+204=478 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.99% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #56BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCCC is #A94333. Grayscale: #9F9F9F. Windows color (decimal): -11092788 or 13417558. OLE color: 13417558.
HSL color Cylindrical-coordinate representation of color #56BCCC: hue angle of 188.14º 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 #56BCCC is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 188 | 204 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.2 |
| HSL | 188.14º | 0.54% | 0.57% | - |
| HSV(B) | 188.14º | 0.58% | 0.8% | - |
| XYZ | 32.72 | 42.3 | 63.57 | - |
| YUV | 159.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 204 | 0.58 | 0.08 | 0 | 0.2 | 188.14 | 0.54 | 0.57 |
| Hex | 56 | BC | CC | 3A | 8 | 0 | 14 | BC | 36 | 39 |
| Octal | 126 | 274 | 314 | 72 | 10 | 0 | 24 | 274 | 66 | 71 |
| Binary | 1010110 | 10111100 | 11001100 | 111010 | 1000 | 0 | 10100 | 10111100 | 110110 | 111001 |
Color Harmonies of #56BCCC
Complementary color
Monochromatic Colors of #56BCCC
Black with #56BCCC
Text Example
Text Example
White with #56BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCCC; }
p { color: rgb(86,188,204); }
H1.HeaderClassName
{
color: #56BCCC;
}
.AnyTagClassName
{
color: #56BCCC;
}
</style>
background-color css
<style>
a { background-color: #56BCCC; }
a { background-color: rgb(86,188,204); }
div.DivClassName
{
background-color: #56BCCC;
}
.BgClassName
{
background-color: #56BCCC;
}
</style>
border-color css
<style>
span { border-color: #56BCCC; }
span { border-color: rgb(86,188,204); }
td.TdClassName
{
border-color: #56BCCC;
}
.TagClassName
{
border-color: #56BCCC;
}
</style>