Shades of Viking #56B2BE
Tints of Viking #56B2BE
RGB
CMYK
RGB Variations
Color information
#56B2BE (or 0x56B2BE) is known color: Viking. HEX triplet: 56, B2 and BE. RGB value is (86,178,190). Sum of RGB (Red+Green+Blue) = 86+178+190=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #56B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #56B2BE is #A94D41. Grayscale: #979797. Windows color (decimal): -11095362 or 12497494. OLE color: 12497494.
HSL color Cylindrical-coordinate representation of color #56B2BE: hue angle of 186.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56B2BE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 178 | 190 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.25 |
| HSL | 186.92º | 0.44% | 0.54% | - |
| HSV(B) | 186.92º | 0.55% | 0.75% | - |
| XYZ | 29.05 | 37.54 | 54.43 | - |
| YUV | 151.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 178 | 190 | 0.55 | 0.06 | 0 | 0.25 | 186.92 | 0.44 | 0.54 |
| Hex | 56 | B2 | BE | 37 | 6 | 0 | 19 | BB | 2C | 36 |
| Octal | 126 | 262 | 276 | 67 | 6 | 0 | 31 | 273 | 54 | 66 |
| Binary | 1010110 | 10110010 | 10111110 | 110111 | 110 | 0 | 11001 | 10111011 | 101100 | 110110 |
Color Harmonies of #56B2BE
Complementary color
Monochromatic Colors of #56B2BE
Black with #56B2BE
Text Example
Text Example
White with #56B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B2BE; }
p { color: rgb(86,178,190); }
H1.HeaderClassName
{
color: #56B2BE;
}
.AnyTagClassName
{
color: #56B2BE;
}
</style>
background-color css
<style>
a { background-color: #56B2BE; }
a { background-color: rgb(86,178,190); }
div.DivClassName
{
background-color: #56B2BE;
}
.BgClassName
{
background-color: #56B2BE;
}
</style>
border-color css
<style>
span { border-color: #56B2BE; }
span { border-color: rgb(86,178,190); }
td.TdClassName
{
border-color: #56B2BE;
}
.TagClassName
{
border-color: #56B2BE;
}
</style>