Shades of Viking #56B4C1
Tints of Viking #56B4C1
RGB
CMYK
RGB Variations
Color information
#56B4C1 (or 0x56B4C1) is known color: Viking. HEX triplet: 56, B4 and C1. RGB value is (86,180,193). Sum of RGB (Red+Green+Blue) = 86+180+193=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 193 (75.78% from 255 or 42.05% from 459); Max value from RGB is 193 - color contains mainly: blue. Hex color #56B4C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56B4C1 is #A94B3E. Grayscale: #999999. Windows color (decimal): -11094847 or 12694614. OLE color: 12694614.
HSL color Cylindrical-coordinate representation of color #56B4C1: hue angle of 187.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56B4C1 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 180 | 193 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.24 |
| HSL | 187.29º | 0.46% | 0.55% | - |
| HSV(B) | 187.29º | 0.55% | 0.76% | - |
| XYZ | 29.78 | 38.47 | 56.31 | - |
| YUV | 153.38 | 150.36 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 180 | 193 | 0.55 | 0.07 | 0 | 0.24 | 187.29 | 0.46 | 0.55 |
| Hex | 56 | B4 | C1 | 37 | 7 | 0 | 18 | BB | 2E | 37 |
| Octal | 126 | 264 | 301 | 67 | 7 | 0 | 30 | 273 | 56 | 67 |
| Binary | 1010110 | 10110100 | 11000001 | 110111 | 111 | 0 | 11000 | 10111011 | 101110 | 110111 |
Color Harmonies of #56B4C1
Complementary color
Monochromatic Colors of #56B4C1
Black with #56B4C1
Text Example
Text Example
White with #56B4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56B4C1; }
p { color: rgb(86,180,193); }
H1.HeaderClassName
{
color: #56B4C1;
}
.AnyTagClassName
{
color: #56B4C1;
}
</style>
background-color css
<style>
a { background-color: #56B4C1; }
a { background-color: rgb(86,180,193); }
div.DivClassName
{
background-color: #56B4C1;
}
.BgClassName
{
background-color: #56B4C1;
}
</style>
border-color css
<style>
span { border-color: #56B4C1; }
span { border-color: rgb(86,180,193); }
td.TdClassName
{
border-color: #56B4C1;
}
.TagClassName
{
border-color: #56B4C1;
}
</style>