Shades of Viking #56BCBF
Tints of Viking #56BCBF
RGB
CMYK
RGB Variations
Color information
#56BCBF (or 0x56BCBF) is known color: Viking. HEX triplet: 56, BC and BF. RGB value is (86,188,191). Sum of RGB (Red+Green+Blue) = 86+188+191=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #56BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BCBF is #A94340. Grayscale: #9D9D9D. Windows color (decimal): -11092801 or 12565590. OLE color: 12565590.
HSL color Cylindrical-coordinate representation of color #56BCBF: hue angle of 181.71º degrees, saturation: 0.45, 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 #56BCBF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 188 | 191 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.25 |
| HSL | 181.71º | 0.45% | 0.54% | - |
| HSV(B) | 181.71º | 0.55% | 0.75% | - |
| XYZ | 31.22 | 41.71 | 55.69 | - |
| YUV | 157.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 188 | 191 | 0.55 | 0.02 | 0 | 0.25 | 181.71 | 0.45 | 0.54 |
| Hex | 56 | BC | BF | 37 | 2 | 0 | 19 | B6 | 2D | 36 |
| Octal | 126 | 274 | 277 | 67 | 2 | 0 | 31 | 266 | 55 | 66 |
| Binary | 1010110 | 10111100 | 10111111 | 110111 | 10 | 0 | 11001 | 10110110 | 101101 | 110110 |
Color Harmonies of #56BCBF
Complementary color
Monochromatic Colors of #56BCBF
Black with #56BCBF
Text Example
Text Example
White with #56BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BCBF; }
p { color: rgb(86,188,191); }
H1.HeaderClassName
{
color: #56BCBF;
}
.AnyTagClassName
{
color: #56BCBF;
}
</style>
background-color css
<style>
a { background-color: #56BCBF; }
a { background-color: rgb(86,188,191); }
div.DivClassName
{
background-color: #56BCBF;
}
.BgClassName
{
background-color: #56BCBF;
}
</style>
border-color css
<style>
span { border-color: #56BCBF; }
span { border-color: rgb(86,188,191); }
td.TdClassName
{
border-color: #56BCBF;
}
.TagClassName
{
border-color: #56BCBF;
}
</style>