Shades of Viking #52AAC3
Tints of Viking #52AAC3
RGB
CMYK
RGB Variations
Color information
#52AAC3 (or 0x52AAC3) is known color: Viking. HEX triplet: 52, AA and C3. RGB value is (82,170,195). Sum of RGB (Red+Green+Blue) = 82+170+195=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 195 - color contains mainly: blue. Hex color #52AAC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AAC3 is #AD553C. Grayscale: #929292. Windows color (decimal): -11359549 or 12823122. OLE color: 12823122.
HSL color Cylindrical-coordinate representation of color #52AAC3: hue angle of 193.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AAC3 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 170 | 195 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.24 |
| HSL | 193.27º | 0.48% | 0.54% | - |
| HSV(B) | 193.27º | 0.58% | 0.76% | - |
| XYZ | 27.7 | 34.48 | 56.83 | - |
| YUV | 146.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 195 | 0.58 | 0.13 | 0 | 0.24 | 193.27 | 0.48 | 0.54 |
| Hex | 52 | AA | C3 | 3A | D | 0 | 18 | C1 | 30 | 36 |
| Octal | 122 | 252 | 303 | 72 | 15 | 0 | 30 | 301 | 60 | 66 |
| Binary | 1010010 | 10101010 | 11000011 | 111010 | 1101 | 0 | 11000 | 11000001 | 110000 | 110110 |
Color Harmonies of #52AAC3
Complementary color
Monochromatic Colors of #52AAC3
Black with #52AAC3
Text Example
Text Example
White with #52AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AAC3; }
p { color: rgb(82,170,195); }
H1.HeaderClassName
{
color: #52AAC3;
}
.AnyTagClassName
{
color: #52AAC3;
}
</style>
background-color css
<style>
a { background-color: #52AAC3; }
a { background-color: rgb(82,170,195); }
div.DivClassName
{
background-color: #52AAC3;
}
.BgClassName
{
background-color: #52AAC3;
}
</style>
border-color css
<style>
span { border-color: #52AAC3; }
span { border-color: rgb(82,170,195); }
td.TdClassName
{
border-color: #52AAC3;
}
.TagClassName
{
border-color: #52AAC3;
}
</style>