Shades of Viking #51A9B9
Tints of Viking #51A9B9
RGB
CMYK
RGB Variations
Color information
#51A9B9 (or 0x51A9B9) is known color: Viking. HEX triplet: 51, A9 and B9. RGB value is (81,169,185). Sum of RGB (Red+Green+Blue) = 81+169+185=435 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.62% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #51A9B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9B9 is #AE5646. Grayscale: #909090. Windows color (decimal): -11425351 or 12167505. OLE color: 12167505.
HSL color Cylindrical-coordinate representation of color #51A9B9: hue angle of 189.23º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51A9B9 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 169 | 185 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.27 |
| HSL | 189.23º | 0.43% | 0.52% | - |
| HSV(B) | 189.23º | 0.56% | 0.73% | - |
| XYZ | 26.34 | 33.63 | 51 | - |
| YUV | 144.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 169 | 185 | 0.56 | 0.09 | 0 | 0.27 | 189.23 | 0.43 | 0.52 |
| Hex | 51 | A9 | B9 | 38 | 9 | 0 | 1B | BD | 2B | 34 |
| Octal | 121 | 251 | 271 | 70 | 11 | 0 | 33 | 275 | 53 | 64 |
| Binary | 1010001 | 10101001 | 10111001 | 111000 | 1001 | 0 | 11011 | 10111101 | 101011 | 110100 |
Color Harmonies of #51A9B9
Complementary color
Monochromatic Colors of #51A9B9
Black with #51A9B9
Text Example
Text Example
White with #51A9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A9B9; }
p { color: rgb(81,169,185); }
H1.HeaderClassName
{
color: #51A9B9;
}
.AnyTagClassName
{
color: #51A9B9;
}
</style>
background-color css
<style>
a { background-color: #51A9B9; }
a { background-color: rgb(81,169,185); }
div.DivClassName
{
background-color: #51A9B9;
}
.BgClassName
{
background-color: #51A9B9;
}
</style>
border-color css
<style>
span { border-color: #51A9B9; }
span { border-color: rgb(81,169,185); }
td.TdClassName
{
border-color: #51A9B9;
}
.TagClassName
{
border-color: #51A9B9;
}
</style>