Shades of Viking #51ABCD
Tints of Viking #51ABCD
RGB
CMYK
RGB Variations
Color information
#51ABCD (or 0x51ABCD) is known color: Viking. HEX triplet: 51, AB and CD. RGB value is (81,171,205). Sum of RGB (Red+Green+Blue) = 81+171+205=457 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.72% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #51ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCD is #AE5432. Grayscale: #939393. Windows color (decimal): -11424819 or 13478737. OLE color: 13478737.
HSL color Cylindrical-coordinate representation of color #51ABCD: hue angle of 196.45º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51ABCD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 171 | 205 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.20 |
| HSL | 196.45º | 0.55% | 0.56% | - |
| HSV(B) | 196.45º | 0.6% | 0.8% | - |
| XYZ | 28.98 | 35.28 | 63.04 | - |
| YUV | 147.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 205 | 0.60 | 0.17 | 0 | 0.20 | 196.45 | 0.55 | 0.56 |
| Hex | 51 | AB | CD | 3C | 11 | 0 | 14 | C4 | 37 | 38 |
| Octal | 121 | 253 | 315 | 74 | 21 | 0 | 24 | 304 | 67 | 70 |
| Binary | 1010001 | 10101011 | 11001101 | 111100 | 10001 | 0 | 10100 | 11000100 | 110111 | 111000 |
Color Harmonies of #51ABCD
Complementary color
Monochromatic Colors of #51ABCD
Black with #51ABCD
Text Example
Text Example
White with #51ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ABCD; }
p { color: rgb(81,171,205); }
H1.HeaderClassName
{
color: #51ABCD;
}
.AnyTagClassName
{
color: #51ABCD;
}
</style>
background-color css
<style>
a { background-color: #51ABCD; }
a { background-color: rgb(81,171,205); }
div.DivClassName
{
background-color: #51ABCD;
}
.BgClassName
{
background-color: #51ABCD;
}
</style>
border-color css
<style>
span { border-color: #51ABCD; }
span { border-color: rgb(81,171,205); }
td.TdClassName
{
border-color: #51ABCD;
}
.TagClassName
{
border-color: #51ABCD;
}
</style>