Shades of Viking #56BBC5
Tints of Viking #56BBC5
RGB
CMYK
RGB Variations
Color information
#56BBC5 (or 0x56BBC5) is known color: Viking. HEX triplet: 56, BB and C5. RGB value is (86,187,197). Sum of RGB (Red+Green+Blue) = 86+187+197=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #56BBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BBC5 is #A9443A. Grayscale: #9D9D9D. Windows color (decimal): -11093051 or 12958550. OLE color: 12958550.
HSL color Cylindrical-coordinate representation of color #56BBC5: hue angle of 185.41º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56BBC5 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 187 | 197 | - |
| CMYK | 0.56 | 0.05 | 0 | 0.23 |
| HSL | 185.41º | 0.49% | 0.55% | - |
| HSV(B) | 185.41º | 0.56% | 0.77% | - |
| XYZ | 31.69 | 41.55 | 59.17 | - |
| YUV | 157.94 | 150.04 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 187 | 197 | 0.56 | 0.05 | 0 | 0.23 | 185.41 | 0.49 | 0.55 |
| Hex | 56 | BB | C5 | 38 | 5 | 0 | 17 | B9 | 31 | 37 |
| Octal | 126 | 273 | 305 | 70 | 5 | 0 | 27 | 271 | 61 | 67 |
| Binary | 1010110 | 10111011 | 11000101 | 111000 | 101 | 0 | 10111 | 10111001 | 110001 | 110111 |
Color Harmonies of #56BBC5
Complementary color
Monochromatic Colors of #56BBC5
Black with #56BBC5
Text Example
Text Example
White with #56BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BBC5; }
p { color: rgb(86,187,197); }
H1.HeaderClassName
{
color: #56BBC5;
}
.AnyTagClassName
{
color: #56BBC5;
}
</style>
background-color css
<style>
a { background-color: #56BBC5; }
a { background-color: rgb(86,187,197); }
div.DivClassName
{
background-color: #56BBC5;
}
.BgClassName
{
background-color: #56BBC5;
}
</style>
border-color css
<style>
span { border-color: #56BBC5; }
span { border-color: rgb(86,187,197); }
td.TdClassName
{
border-color: #56BBC5;
}
.TagClassName
{
border-color: #56BBC5;
}
</style>