Shades of Viking #56BBC9
Tints of Viking #56BBC9
RGB
CMYK
RGB Variations
Color information
#56BBC9 (or 0x56BBC9) is known color: Viking. HEX triplet: 56, BB and C9. RGB value is (86,187,201). Sum of RGB (Red+Green+Blue) = 86+187+201=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #56BBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBC9 is #A94436. Grayscale: #9E9E9E. Windows color (decimal): -11093047 or 13220694. OLE color: 13220694.
HSL color Cylindrical-coordinate representation of color #56BBC9: hue angle of 187.3º 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 #56BBC9 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 187 | 201 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.21 |
| HSL | 187.3º | 0.52% | 0.56% | - |
| HSV(B) | 187.3º | 0.57% | 0.79% | - |
| XYZ | 32.15 | 41.74 | 61.62 | - |
| YUV | 158.4 | 152.04 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 201 | 0.57 | 0.07 | 0 | 0.21 | 187.3 | 0.52 | 0.56 |
| Hex | 56 | BB | C9 | 39 | 7 | 0 | 15 | BB | 34 | 38 |
| Octal | 126 | 273 | 311 | 71 | 7 | 0 | 25 | 273 | 64 | 70 |
| Binary | 1010110 | 10111011 | 11001001 | 111001 | 111 | 0 | 10101 | 10111011 | 110100 | 111000 |
Color Harmonies of #56BBC9
Complementary color
Monochromatic Colors of #56BBC9
Black with #56BBC9
Text Example
Text Example
White with #56BBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBC9; }
p { color: rgb(86,187,201); }
H1.HeaderClassName
{
color: #56BBC9;
}
.AnyTagClassName
{
color: #56BBC9;
}
</style>
background-color css
<style>
a { background-color: #56BBC9; }
a { background-color: rgb(86,187,201); }
div.DivClassName
{
background-color: #56BBC9;
}
.BgClassName
{
background-color: #56BBC9;
}
</style>
border-color css
<style>
span { border-color: #56BBC9; }
span { border-color: rgb(86,187,201); }
td.TdClassName
{
border-color: #56BBC9;
}
.TagClassName
{
border-color: #56BBC9;
}
</style>