Shades of Viking #52ADBC
Tints of Viking #52ADBC
RGB
CMYK
RGB Variations
Color information
#52ADBC (or 0x52ADBC) is known color: Viking. HEX triplet: 52, AD and BC. RGB value is (82,173,188). Sum of RGB (Red+Green+Blue) = 82+173+188=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #52ADBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADBC is #AD5243. Grayscale: #939393. Windows color (decimal): -11358788 or 12365138. OLE color: 12365138.
HSL color Cylindrical-coordinate representation of color #52ADBC: hue angle of 188.49º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52ADBC is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 173 | 188 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.26 |
| HSL | 188.49º | 0.44% | 0.53% | - |
| HSV(B) | 188.49º | 0.56% | 0.74% | - |
| XYZ | 27.5 | 35.31 | 52.94 | - |
| YUV | 147.5 | 150.85 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 188 | 0.56 | 0.08 | 0 | 0.26 | 188.49 | 0.44 | 0.53 |
| Hex | 52 | AD | BC | 38 | 8 | 0 | 1A | BC | 2C | 35 |
| Octal | 122 | 255 | 274 | 70 | 10 | 0 | 32 | 274 | 54 | 65 |
| Binary | 1010010 | 10101101 | 10111100 | 111000 | 1000 | 0 | 11010 | 10111100 | 101100 | 110101 |
Color Harmonies of #52ADBC
Complementary color
Monochromatic Colors of #52ADBC
Black with #52ADBC
Text Example
Text Example
White with #52ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADBC; }
p { color: rgb(82,173,188); }
H1.HeaderClassName
{
color: #52ADBC;
}
.AnyTagClassName
{
color: #52ADBC;
}
</style>
background-color css
<style>
a { background-color: #52ADBC; }
a { background-color: rgb(82,173,188); }
div.DivClassName
{
background-color: #52ADBC;
}
.BgClassName
{
background-color: #52ADBC;
}
</style>
border-color css
<style>
span { border-color: #52ADBC; }
span { border-color: rgb(82,173,188); }
td.TdClassName
{
border-color: #52ADBC;
}
.TagClassName
{
border-color: #52ADBC;
}
</style>