Shades of Viking #52ADD6
Tints of Viking #52ADD6
RGB
CMYK
RGB Variations
Color information
#52ADD6 (or 0x52ADD6) is known color: Viking. HEX triplet: 52, AD and D6. RGB value is (82,173,214). Sum of RGB (Red+Green+Blue) = 82+173+214=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #52ADD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADD6 is #AD5229. Grayscale: #969696. Windows color (decimal): -11358762 or 14069074. OLE color: 14069074.
HSL color Cylindrical-coordinate representation of color #52ADD6: hue angle of 198.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52ADD6 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 173 | 214 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.16 |
| HSL | 198.64º | 0.62% | 0.58% | - |
| HSV(B) | 198.64º | 0.62% | 0.84% | - |
| XYZ | 30.56 | 36.54 | 69.06 | - |
| YUV | 150.47 | 163.85 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 214 | 0.62 | 0.19 | 0 | 0.16 | 198.64 | 0.62 | 0.58 |
| Hex | 52 | AD | D6 | 3E | 13 | 0 | 10 | C7 | 3E | 3A |
| Octal | 122 | 255 | 326 | 76 | 23 | 0 | 20 | 307 | 76 | 72 |
| Binary | 1010010 | 10101101 | 11010110 | 111110 | 10011 | 0 | 10000 | 11000111 | 111110 | 111010 |
Color Harmonies of #52ADD6
Complementary color
Monochromatic Colors of #52ADD6
Black with #52ADD6
Text Example
Text Example
White with #52ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADD6; }
p { color: rgb(82,173,214); }
H1.HeaderClassName
{
color: #52ADD6;
}
.AnyTagClassName
{
color: #52ADD6;
}
</style>
background-color css
<style>
a { background-color: #52ADD6; }
a { background-color: rgb(82,173,214); }
div.DivClassName
{
background-color: #52ADD6;
}
.BgClassName
{
background-color: #52ADD6;
}
</style>
border-color css
<style>
span { border-color: #52ADD6; }
span { border-color: rgb(82,173,214); }
td.TdClassName
{
border-color: #52ADD6;
}
.TagClassName
{
border-color: #52ADD6;
}
</style>