Shades of Viking #51ADBD
Tints of Viking #51ADBD
RGB
CMYK
RGB Variations
Color information
#51ADBD (or 0x51ADBD) is known color: Viking. HEX triplet: 51, AD and BD. RGB value is (81,173,189). Sum of RGB (Red+Green+Blue) = 81+173+189=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #51ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADBD is #AE5242. Grayscale: #939393. Windows color (decimal): -11424323 or 12430673. OLE color: 12430673.
HSL color Cylindrical-coordinate representation of color #51ADBD: hue angle of 188.89º degrees, saturation: 0.45, 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 #51ADBD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 173 | 189 | - |
| CMYK | 0.57 | 0.08 | 0 | 0.26 |
| HSL | 188.89º | 0.45% | 0.53% | - |
| HSV(B) | 188.89º | 0.57% | 0.74% | - |
| XYZ | 27.52 | 35.31 | 53.51 | - |
| YUV | 147.32 | 151.52 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 189 | 0.57 | 0.08 | 0 | 0.26 | 188.89 | 0.45 | 0.53 |
| Hex | 51 | AD | BD | 39 | 8 | 0 | 1A | BD | 2D | 35 |
| Octal | 121 | 255 | 275 | 71 | 10 | 0 | 32 | 275 | 55 | 65 |
| Binary | 1010001 | 10101101 | 10111101 | 111001 | 1000 | 0 | 11010 | 10111101 | 101101 | 110101 |
Color Harmonies of #51ADBD
Complementary color
Monochromatic Colors of #51ADBD
Black with #51ADBD
Text Example
Text Example
White with #51ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADBD; }
p { color: rgb(81,173,189); }
H1.HeaderClassName
{
color: #51ADBD;
}
.AnyTagClassName
{
color: #51ADBD;
}
</style>
background-color css
<style>
a { background-color: #51ADBD; }
a { background-color: rgb(81,173,189); }
div.DivClassName
{
background-color: #51ADBD;
}
.BgClassName
{
background-color: #51ADBD;
}
</style>
border-color css
<style>
span { border-color: #51ADBD; }
span { border-color: rgb(81,173,189); }
td.TdClassName
{
border-color: #51ADBD;
}
.TagClassName
{
border-color: #51ADBD;
}
</style>