Shades of Viking #56C3CE
Tints of Viking #56C3CE
RGB
CMYK
RGB Variations
Color information
#56C3CE (or 0x56C3CE) is known color: Viking. HEX triplet: 56, C3 and CE. RGB value is (86,195,206). Sum of RGB (Red+Green+Blue) = 86+195+206=487 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.66% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #56C3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C3CE is #A93C31. Grayscale: #A3A3A3. Windows color (decimal): -11090994 or 13550422. OLE color: 13550422.
HSL color Cylindrical-coordinate representation of color #56C3CE: hue angle of 185.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56C3CE is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 195 | 206 | - |
| CMYK | 0.58 | 0.05 | 0 | 0.19 |
| HSL | 185.5º | 0.55% | 0.57% | - |
| HSV(B) | 185.5º | 0.58% | 0.81% | - |
| XYZ | 34.49 | 45.46 | 65.35 | - |
| YUV | 163.66 | 151.89 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 206 | 0.58 | 0.05 | 0 | 0.19 | 185.5 | 0.55 | 0.57 |
| Hex | 56 | C3 | CE | 3A | 5 | 0 | 13 | BA | 37 | 39 |
| Octal | 126 | 303 | 316 | 72 | 5 | 0 | 23 | 272 | 67 | 71 |
| Binary | 1010110 | 11000011 | 11001110 | 111010 | 101 | 0 | 10011 | 10111010 | 110111 | 111001 |
Color Harmonies of #56C3CE
Complementary color
Monochromatic Colors of #56C3CE
Black with #56C3CE
Text Example
Text Example
White with #56C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C3CE; }
p { color: rgb(86,195,206); }
H1.HeaderClassName
{
color: #56C3CE;
}
.AnyTagClassName
{
color: #56C3CE;
}
</style>
background-color css
<style>
a { background-color: #56C3CE; }
a { background-color: rgb(86,195,206); }
div.DivClassName
{
background-color: #56C3CE;
}
.BgClassName
{
background-color: #56C3CE;
}
</style>
border-color css
<style>
span { border-color: #56C3CE; }
span { border-color: rgb(86,195,206); }
td.TdClassName
{
border-color: #56C3CE;
}
.TagClassName
{
border-color: #56C3CE;
}
</style>