Shades of Viking #56BDC1
Tints of Viking #56BDC1
RGB
CMYK
RGB Variations
Color information
#56BDC1 (or 0x56BDC1) is known color: Viking. HEX triplet: 56, BD and C1. RGB value is (86,189,193). Sum of RGB (Red+Green+Blue) = 86+189+193=468 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.38% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #56BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDC1 is #A9423E. Grayscale: #9E9E9E. Windows color (decimal): -11092543 or 12696918. OLE color: 12696918.
HSL color Cylindrical-coordinate representation of color #56BDC1: hue angle of 182.24º 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 #56BDC1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 189 | 193 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.24 |
| HSL | 182.24º | 0.46% | 0.55% | - |
| HSV(B) | 182.24º | 0.55% | 0.76% | - |
| XYZ | 31.66 | 42.22 | 56.93 | - |
| YUV | 158.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 193 | 0.55 | 0.02 | 0 | 0.24 | 182.24 | 0.46 | 0.55 |
| Hex | 56 | BD | C1 | 37 | 2 | 0 | 18 | B6 | 2E | 37 |
| Octal | 126 | 275 | 301 | 67 | 2 | 0 | 30 | 266 | 56 | 67 |
| Binary | 1010110 | 10111101 | 11000001 | 110111 | 10 | 0 | 11000 | 10110110 | 101110 | 110111 |
Color Harmonies of #56BDC1
Complementary color
Monochromatic Colors of #56BDC1
Black with #56BDC1
Text Example
Text Example
White with #56BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDC1; }
p { color: rgb(86,189,193); }
H1.HeaderClassName
{
color: #56BDC1;
}
.AnyTagClassName
{
color: #56BDC1;
}
</style>
background-color css
<style>
a { background-color: #56BDC1; }
a { background-color: rgb(86,189,193); }
div.DivClassName
{
background-color: #56BDC1;
}
.BgClassName
{
background-color: #56BDC1;
}
</style>
border-color css
<style>
span { border-color: #56BDC1; }
span { border-color: rgb(86,189,193); }
td.TdClassName
{
border-color: #56BDC1;
}
.TagClassName
{
border-color: #56BDC1;
}
</style>