Shades of Viking #52ADB8
Tints of Viking #52ADB8
RGB
CMYK
RGB Variations
Color information
#52ADB8 (or 0x52ADB8) is known color: Viking. HEX triplet: 52, AD and B8. RGB value is (82,173,184). Sum of RGB (Red+Green+Blue) = 82+173+184=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #52ADB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADB8 is #AD5247. Grayscale: #929292. Windows color (decimal): -11358792 or 12102994. OLE color: 12102994.
HSL color Cylindrical-coordinate representation of color #52ADB8: hue angle of 186.47º degrees, saturation: 0.42, 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 #52ADB8 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 173 | 184 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.28 |
| HSL | 186.47º | 0.42% | 0.52% | - |
| HSV(B) | 186.47º | 0.55% | 0.72% | - |
| XYZ | 27.07 | 35.14 | 50.7 | - |
| YUV | 147.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 184 | 0.55 | 0.06 | 0 | 0.28 | 186.47 | 0.42 | 0.52 |
| Hex | 52 | AD | B8 | 37 | 6 | 0 | 1C | BA | 2A | 34 |
| Octal | 122 | 255 | 270 | 67 | 6 | 0 | 34 | 272 | 52 | 64 |
| Binary | 1010010 | 10101101 | 10111000 | 110111 | 110 | 0 | 11100 | 10111010 | 101010 | 110100 |
Color Harmonies of #52ADB8
Complementary color
Monochromatic Colors of #52ADB8
Black with #52ADB8
Text Example
Text Example
White with #52ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADB8; }
p { color: rgb(82,173,184); }
H1.HeaderClassName
{
color: #52ADB8;
}
.AnyTagClassName
{
color: #52ADB8;
}
</style>
background-color css
<style>
a { background-color: #52ADB8; }
a { background-color: rgb(82,173,184); }
div.DivClassName
{
background-color: #52ADB8;
}
.BgClassName
{
background-color: #52ADB8;
}
</style>
border-color css
<style>
span { border-color: #52ADB8; }
span { border-color: rgb(82,173,184); }
td.TdClassName
{
border-color: #52ADB8;
}
.TagClassName
{
border-color: #52ADB8;
}
</style>