Shades of Viking #52ADB9
Tints of Viking #52ADB9
RGB
CMYK
RGB Variations
Color information
#52ADB9 (or 0x52ADB9) is known color: Viking. HEX triplet: 52, AD and B9. RGB value is (82,173,185). Sum of RGB (Red+Green+Blue) = 82+173+185=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: blue. Hex color #52ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADB9 is #AD5246. Grayscale: #939393. Windows color (decimal): -11358791 or 12168530. OLE color: 12168530.
HSL color Cylindrical-coordinate representation of color #52ADB9: hue angle of 186.99º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52ADB9 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 173 | 185 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.27 |
| HSL | 186.99º | 0.42% | 0.52% | - |
| HSV(B) | 186.99º | 0.56% | 0.73% | - |
| XYZ | 27.18 | 35.18 | 51.26 | - |
| YUV | 147.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 185 | 0.56 | 0.06 | 0 | 0.27 | 186.99 | 0.42 | 0.52 |
| Hex | 52 | AD | B9 | 38 | 6 | 0 | 1B | BB | 2A | 34 |
| Octal | 122 | 255 | 271 | 70 | 6 | 0 | 33 | 273 | 52 | 64 |
| Binary | 1010010 | 10101101 | 10111001 | 111000 | 110 | 0 | 11011 | 10111011 | 101010 | 110100 |
Color Harmonies of #52ADB9
Complementary color
Monochromatic Colors of #52ADB9
Black with #52ADB9
Text Example
Text Example
White with #52ADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADB9; }
p { color: rgb(82,173,185); }
H1.HeaderClassName
{
color: #52ADB9;
}
.AnyTagClassName
{
color: #52ADB9;
}
</style>
background-color css
<style>
a { background-color: #52ADB9; }
a { background-color: rgb(82,173,185); }
div.DivClassName
{
background-color: #52ADB9;
}
.BgClassName
{
background-color: #52ADB9;
}
</style>
border-color css
<style>
span { border-color: #52ADB9; }
span { border-color: rgb(82,173,185); }
td.TdClassName
{
border-color: #52ADB9;
}
.TagClassName
{
border-color: #52ADB9;
}
</style>