Shades of Viking #52AAB7
Tints of Viking #52AAB7
RGB
CMYK
RGB Variations
Color information
#52AAB7 (or 0x52AAB7) is known color: Viking. HEX triplet: 52, AA and B7. RGB value is (82,170,183). Sum of RGB (Red+Green+Blue) = 82+170+183=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #52AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAB7 is #AD5548. Grayscale: #919191. Windows color (decimal): -11359561 or 12036690. OLE color: 12036690.
HSL color Cylindrical-coordinate representation of color #52AAB7: hue angle of 187.72º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52AAB7 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 170 | 183 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.28 |
| HSL | 187.72º | 0.41% | 0.52% | - |
| HSV(B) | 187.72º | 0.55% | 0.72% | - |
| XYZ | 26.4 | 33.96 | 49.96 | - |
| YUV | 145.17 | 149.35 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 183 | 0.55 | 0.07 | 0 | 0.28 | 187.72 | 0.41 | 0.52 |
| Hex | 52 | AA | B7 | 37 | 7 | 0 | 1C | BC | 29 | 34 |
| Octal | 122 | 252 | 267 | 67 | 7 | 0 | 34 | 274 | 51 | 64 |
| Binary | 1010010 | 10101010 | 10110111 | 110111 | 111 | 0 | 11100 | 10111100 | 101001 | 110100 |
Color Harmonies of #52AAB7
Complementary color
Monochromatic Colors of #52AAB7
Black with #52AAB7
Text Example
Text Example
White with #52AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AAB7; }
p { color: rgb(82,170,183); }
H1.HeaderClassName
{
color: #52AAB7;
}
.AnyTagClassName
{
color: #52AAB7;
}
</style>
background-color css
<style>
a { background-color: #52AAB7; }
a { background-color: rgb(82,170,183); }
div.DivClassName
{
background-color: #52AAB7;
}
.BgClassName
{
background-color: #52AAB7;
}
</style>
border-color css
<style>
span { border-color: #52AAB7; }
span { border-color: rgb(82,170,183); }
td.TdClassName
{
border-color: #52AAB7;
}
.TagClassName
{
border-color: #52AAB7;
}
</style>