Shades of Viking #56BBC6
Tints of Viking #56BBC6
RGB
CMYK
RGB Variations
Color information
#56BBC6 (or 0x56BBC6) is known color: Viking. HEX triplet: 56, BB and C6. RGB value is (86,187,198). Sum of RGB (Red+Green+Blue) = 86+187+198=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #56BBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBC6 is #A94439. Grayscale: #9D9D9D. Windows color (decimal): -11093050 or 13024086. OLE color: 13024086.
HSL color Cylindrical-coordinate representation of color #56BBC6: hue angle of 185.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56BBC6 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 187 | 198 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.22 |
| HSL | 185.89º | 0.5% | 0.56% | - |
| HSV(B) | 185.89º | 0.57% | 0.78% | - |
| XYZ | 31.8 | 41.6 | 59.78 | - |
| YUV | 158.06 | 150.54 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 198 | 0.57 | 0.06 | 0 | 0.22 | 185.89 | 0.5 | 0.56 |
| Hex | 56 | BB | C6 | 39 | 6 | 0 | 16 | BA | 32 | 38 |
| Octal | 126 | 273 | 306 | 71 | 6 | 0 | 26 | 272 | 62 | 70 |
| Binary | 1010110 | 10111011 | 11000110 | 111001 | 110 | 0 | 10110 | 10111010 | 110010 | 111000 |
Color Harmonies of #56BBC6
Complementary color
Monochromatic Colors of #56BBC6
Black with #56BBC6
Text Example
Text Example
White with #56BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBC6; }
p { color: rgb(86,187,198); }
H1.HeaderClassName
{
color: #56BBC6;
}
.AnyTagClassName
{
color: #56BBC6;
}
</style>
background-color css
<style>
a { background-color: #56BBC6; }
a { background-color: rgb(86,187,198); }
div.DivClassName
{
background-color: #56BBC6;
}
.BgClassName
{
background-color: #56BBC6;
}
</style>
border-color css
<style>
span { border-color: #56BBC6; }
span { border-color: rgb(86,187,198); }
td.TdClassName
{
border-color: #56BBC6;
}
.TagClassName
{
border-color: #56BBC6;
}
</style>