Shades of Viking #51AABC
Tints of Viking #51AABC
RGB
CMYK
RGB Variations
Color information
#51AABC (or 0x51AABC) is known color: Viking. HEX triplet: 51, AA and BC. RGB value is (81,170,188). Sum of RGB (Red+Green+Blue) = 81+170+188=439 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.45% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #51AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AABC is #AE5543. Grayscale: #919191. Windows color (decimal): -11425092 or 12364369. OLE color: 12364369.
HSL color Cylindrical-coordinate representation of color #51AABC: hue angle of 190.09º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51AABC is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 170 | 188 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.26 |
| HSL | 190.09º | 0.44% | 0.53% | - |
| HSV(B) | 190.09º | 0.57% | 0.74% | - |
| XYZ | 26.85 | 34.13 | 52.75 | - |
| YUV | 145.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 170 | 188 | 0.57 | 0.10 | 0 | 0.26 | 190.09 | 0.44 | 0.53 |
| Hex | 51 | AA | BC | 39 | A | 0 | 1A | BE | 2C | 35 |
| Octal | 121 | 252 | 274 | 71 | 12 | 0 | 32 | 276 | 54 | 65 |
| Binary | 1010001 | 10101010 | 10111100 | 111001 | 1010 | 0 | 11010 | 10111110 | 101100 | 110101 |
Color Harmonies of #51AABC
Complementary color
Monochromatic Colors of #51AABC
Black with #51AABC
Text Example
Text Example
White with #51AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AABC; }
p { color: rgb(81,170,188); }
H1.HeaderClassName
{
color: #51AABC;
}
.AnyTagClassName
{
color: #51AABC;
}
</style>
background-color css
<style>
a { background-color: #51AABC; }
a { background-color: rgb(81,170,188); }
div.DivClassName
{
background-color: #51AABC;
}
.BgClassName
{
background-color: #51AABC;
}
</style>
border-color css
<style>
span { border-color: #51AABC; }
span { border-color: rgb(81,170,188); }
td.TdClassName
{
border-color: #51AABC;
}
.TagClassName
{
border-color: #51AABC;
}
</style>