Shades of Viking #52ACD0
Tints of Viking #52ACD0
RGB
CMYK
RGB Variations
Color information
#52ACD0 (or 0x52ACD0) is known color: Viking. HEX triplet: 52, AC and D0. RGB value is (82,172,208). Sum of RGB (Red+Green+Blue) = 82+172+208=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #52ACD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACD0 is #AD532F. Grayscale: #949494. Windows color (decimal): -11359024 or 13675602. OLE color: 13675602.
HSL color Cylindrical-coordinate representation of color #52ACD0: hue angle of 197.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52ACD0 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 172 | 208 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.18 |
| HSL | 197.14º | 0.57% | 0.57% | - |
| HSV(B) | 197.14º | 0.61% | 0.82% | - |
| XYZ | 29.62 | 35.85 | 65.03 | - |
| YUV | 149.19 | 161.18 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 208 | 0.61 | 0.17 | 0 | 0.18 | 197.14 | 0.57 | 0.57 |
| Hex | 52 | AC | D0 | 3D | 11 | 0 | 12 | C5 | 39 | 39 |
| Octal | 122 | 254 | 320 | 75 | 21 | 0 | 22 | 305 | 71 | 71 |
| Binary | 1010010 | 10101100 | 11010000 | 111101 | 10001 | 0 | 10010 | 11000101 | 111001 | 111001 |
Color Harmonies of #52ACD0
Complementary color
Monochromatic Colors of #52ACD0
Black with #52ACD0
Text Example
Text Example
White with #52ACD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACD0; }
p { color: rgb(82,172,208); }
H1.HeaderClassName
{
color: #52ACD0;
}
.AnyTagClassName
{
color: #52ACD0;
}
</style>
background-color css
<style>
a { background-color: #52ACD0; }
a { background-color: rgb(82,172,208); }
div.DivClassName
{
background-color: #52ACD0;
}
.BgClassName
{
background-color: #52ACD0;
}
</style>
border-color css
<style>
span { border-color: #52ACD0; }
span { border-color: rgb(82,172,208); }
td.TdClassName
{
border-color: #52ACD0;
}
.TagClassName
{
border-color: #52ACD0;
}
</style>