Shades of Viking #52AAB9
Tints of Viking #52AAB9
RGB
CMYK
RGB Variations
Color information
#52AAB9 (or 0x52AAB9) is known color: Viking. HEX triplet: 52, AA and B9. RGB value is (82,170,185). Sum of RGB (Red+Green+Blue) = 82+170+185=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #52AAB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAB9 is #AD5546. Grayscale: #919191. Windows color (decimal): -11359559 or 12167762. OLE color: 12167762.
HSL color Cylindrical-coordinate representation of color #52AAB9: hue angle of 188.74º degrees, saturation: 0.42, 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 #52AAB9 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 170 | 185 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.27 |
| HSL | 188.74º | 0.42% | 0.52% | - |
| HSV(B) | 188.74º | 0.56% | 0.73% | - |
| XYZ | 26.61 | 34.05 | 51.07 | - |
| YUV | 145.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 185 | 0.56 | 0.08 | 0 | 0.27 | 188.74 | 0.42 | 0.52 |
| Hex | 52 | AA | B9 | 38 | 8 | 0 | 1B | BD | 2A | 34 |
| Octal | 122 | 252 | 271 | 70 | 10 | 0 | 33 | 275 | 52 | 64 |
| Binary | 1010010 | 10101010 | 10111001 | 111000 | 1000 | 0 | 11011 | 10111101 | 101010 | 110100 |
Color Harmonies of #52AAB9
Complementary color
Monochromatic Colors of #52AAB9
Black with #52AAB9
Text Example
Text Example
White with #52AAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AAB9; }
p { color: rgb(82,170,185); }
H1.HeaderClassName
{
color: #52AAB9;
}
.AnyTagClassName
{
color: #52AAB9;
}
</style>
background-color css
<style>
a { background-color: #52AAB9; }
a { background-color: rgb(82,170,185); }
div.DivClassName
{
background-color: #52AAB9;
}
.BgClassName
{
background-color: #52AAB9;
}
</style>
border-color css
<style>
span { border-color: #52AAB9; }
span { border-color: rgb(82,170,185); }
td.TdClassName
{
border-color: #52AAB9;
}
.TagClassName
{
border-color: #52AAB9;
}
</style>