Shades of Viking #56BDD3
Tints of Viking #56BDD3
RGB
CMYK
RGB Variations
Color information
#56BDD3 (or 0x56BDD3) is known color: Viking. HEX triplet: 56, BD and D3. RGB value is (86,189,211). Sum of RGB (Red+Green+Blue) = 86+189+211=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #56BDD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56BDD3 is #A9422C. Grayscale: #A0A0A0. Windows color (decimal): -11092525 or 13876566. OLE color: 13876566.
HSL color Cylindrical-coordinate representation of color #56BDD3: hue angle of 190.56º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56BDD3 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 189 | 211 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.17 |
| HSL | 190.56º | 0.59% | 0.58% | - |
| HSV(B) | 190.56º | 0.59% | 0.83% | - |
| XYZ | 33.79 | 43.08 | 68.16 | - |
| YUV | 160.71 | 156.38 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 189 | 211 | 0.59 | 0.10 | 0 | 0.17 | 190.56 | 0.59 | 0.58 |
| Hex | 56 | BD | D3 | 3B | A | 0 | 11 | BF | 3B | 3A |
| Octal | 126 | 275 | 323 | 73 | 12 | 0 | 21 | 277 | 73 | 72 |
| Binary | 1010110 | 10111101 | 11010011 | 111011 | 1010 | 0 | 10001 | 10111111 | 111011 | 111010 |
Color Harmonies of #56BDD3
Complementary color
Monochromatic Colors of #56BDD3
Black with #56BDD3
Text Example
Text Example
White with #56BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56BDD3; }
p { color: rgb(86,189,211); }
H1.HeaderClassName
{
color: #56BDD3;
}
.AnyTagClassName
{
color: #56BDD3;
}
</style>
background-color css
<style>
a { background-color: #56BDD3; }
a { background-color: rgb(86,189,211); }
div.DivClassName
{
background-color: #56BDD3;
}
.BgClassName
{
background-color: #56BDD3;
}
</style>
border-color css
<style>
span { border-color: #56BDD3; }
span { border-color: rgb(86,189,211); }
td.TdClassName
{
border-color: #56BDD3;
}
.TagClassName
{
border-color: #56BDD3;
}
</style>