Shades of Viking #56BEC9
Tints of Viking #56BEC9
RGB
CMYK
RGB Variations
Color information
#56BEC9 (or 0x56BEC9) is known color: Viking. HEX triplet: 56, BE and C9. RGB value is (86,190,201). Sum of RGB (Red+Green+Blue) = 86+190+201=477 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.03% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #56BEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BEC9 is #A94136. Grayscale: #A0A0A0. Windows color (decimal): -11092279 or 13221462. OLE color: 13221462.
HSL color Cylindrical-coordinate representation of color #56BEC9: hue angle of 185.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56BEC9 is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 190 | 201 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.21 |
| HSL | 185.74º | 0.52% | 0.56% | - |
| HSV(B) | 185.74º | 0.57% | 0.79% | - |
| XYZ | 32.79 | 43.02 | 61.83 | - |
| YUV | 160.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 190 | 201 | 0.57 | 0.05 | 0 | 0.21 | 185.74 | 0.52 | 0.56 |
| Hex | 56 | BE | C9 | 39 | 5 | 0 | 15 | BA | 34 | 38 |
| Octal | 126 | 276 | 311 | 71 | 5 | 0 | 25 | 272 | 64 | 70 |
| Binary | 1010110 | 10111110 | 11001001 | 111001 | 101 | 0 | 10101 | 10111010 | 110100 | 111000 |
Color Harmonies of #56BEC9
Complementary color
Monochromatic Colors of #56BEC9
Black with #56BEC9
Text Example
Text Example
White with #56BEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BEC9; }
p { color: rgb(86,190,201); }
H1.HeaderClassName
{
color: #56BEC9;
}
.AnyTagClassName
{
color: #56BEC9;
}
</style>
background-color css
<style>
a { background-color: #56BEC9; }
a { background-color: rgb(86,190,201); }
div.DivClassName
{
background-color: #56BEC9;
}
.BgClassName
{
background-color: #56BEC9;
}
</style>
border-color css
<style>
span { border-color: #56BEC9; }
span { border-color: rgb(86,190,201); }
td.TdClassName
{
border-color: #56BEC9;
}
.TagClassName
{
border-color: #56BEC9;
}
</style>