Shades of Viking #52AABB
Tints of Viking #52AABB
RGB
CMYK
RGB Variations
Color information
#52AABB (or 0x52AABB) is known color: Viking. HEX triplet: 52, AA and BB. RGB value is (82,170,187). Sum of RGB (Red+Green+Blue) = 82+170+187=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #52AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABB is #AD5544. Grayscale: #919191. Windows color (decimal): -11359557 or 12298834. OLE color: 12298834.
HSL color Cylindrical-coordinate representation of color #52AABB: hue angle of 189.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52AABB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 170 | 187 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.27 |
| HSL | 189.71º | 0.44% | 0.53% | - |
| HSV(B) | 189.71º | 0.56% | 0.73% | - |
| XYZ | 26.82 | 34.13 | 52.19 | - |
| YUV | 145.63 | 151.35 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 187 | 0.56 | 0.09 | 0 | 0.27 | 189.71 | 0.44 | 0.53 |
| Hex | 52 | AA | BB | 38 | 9 | 0 | 1B | BE | 2C | 35 |
| Octal | 122 | 252 | 273 | 70 | 11 | 0 | 33 | 276 | 54 | 65 |
| Binary | 1010010 | 10101010 | 10111011 | 111000 | 1001 | 0 | 11011 | 10111110 | 101100 | 110101 |
Color Harmonies of #52AABB
Complementary color
Monochromatic Colors of #52AABB
Black with #52AABB
Text Example
Text Example
White with #52AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AABB; }
p { color: rgb(82,170,187); }
H1.HeaderClassName
{
color: #52AABB;
}
.AnyTagClassName
{
color: #52AABB;
}
</style>
background-color css
<style>
a { background-color: #52AABB; }
a { background-color: rgb(82,170,187); }
div.DivClassName
{
background-color: #52AABB;
}
.BgClassName
{
background-color: #52AABB;
}
</style>
border-color css
<style>
span { border-color: #52AABB; }
span { border-color: rgb(82,170,187); }
td.TdClassName
{
border-color: #52AABB;
}
.TagClassName
{
border-color: #52AABB;
}
</style>