Shades of Viking #56BBC8
Tints of Viking #56BBC8
RGB
CMYK
RGB Variations
Color information
#56BBC8 (or 0x56BBC8) is known color: Viking. HEX triplet: 56, BB and C8. RGB value is (86,187,200). Sum of RGB (Red+Green+Blue) = 86+187+200=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #56BBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBC8 is #A94437. Grayscale: #9E9E9E. Windows color (decimal): -11093048 or 13155158. OLE color: 13155158.
HSL color Cylindrical-coordinate representation of color #56BBC8: hue angle of 186.84º degrees, saturation: 0.51, 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 #56BBC8 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 187 | 200 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.22 |
| HSL | 186.84º | 0.51% | 0.56% | - |
| HSV(B) | 186.84º | 0.57% | 0.78% | - |
| XYZ | 32.03 | 41.69 | 61 | - |
| YUV | 158.28 | 151.54 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 200 | 0.57 | 0.06 | 0 | 0.22 | 186.84 | 0.51 | 0.56 |
| Hex | 56 | BB | C8 | 39 | 6 | 0 | 16 | BB | 33 | 38 |
| Octal | 126 | 273 | 310 | 71 | 6 | 0 | 26 | 273 | 63 | 70 |
| Binary | 1010110 | 10111011 | 11001000 | 111001 | 110 | 0 | 10110 | 10111011 | 110011 | 111000 |
Color Harmonies of #56BBC8
Complementary color
Monochromatic Colors of #56BBC8
Black with #56BBC8
Text Example
Text Example
White with #56BBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBC8; }
p { color: rgb(86,187,200); }
H1.HeaderClassName
{
color: #56BBC8;
}
.AnyTagClassName
{
color: #56BBC8;
}
</style>
background-color css
<style>
a { background-color: #56BBC8; }
a { background-color: rgb(86,187,200); }
div.DivClassName
{
background-color: #56BBC8;
}
.BgClassName
{
background-color: #56BBC8;
}
</style>
border-color css
<style>
span { border-color: #56BBC8; }
span { border-color: rgb(86,187,200); }
td.TdClassName
{
border-color: #56BBC8;
}
.TagClassName
{
border-color: #56BBC8;
}
</style>