Shades of Viking #52ADCE
Tints of Viking #52ADCE
RGB
CMYK
RGB Variations
Color information
#52ADCE (or 0x52ADCE) is known color: Viking. HEX triplet: 52, AD and CE. RGB value is (82,173,206). Sum of RGB (Red+Green+Blue) = 82+173+206=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #52ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADCE is #AD5231. Grayscale: #959595. Windows color (decimal): -11358770 or 13544786. OLE color: 13544786.
HSL color Cylindrical-coordinate representation of color #52ADCE: hue angle of 195.97º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ADCE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 173 | 206 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.19 |
| HSL | 195.97º | 0.56% | 0.56% | - |
| HSV(B) | 195.97º | 0.6% | 0.81% | - |
| XYZ | 29.56 | 36.14 | 63.81 | - |
| YUV | 149.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 206 | 0.60 | 0.16 | 0 | 0.19 | 195.97 | 0.56 | 0.56 |
| Hex | 52 | AD | CE | 3C | 10 | 0 | 13 | C4 | 38 | 38 |
| Octal | 122 | 255 | 316 | 74 | 20 | 0 | 23 | 304 | 70 | 70 |
| Binary | 1010010 | 10101101 | 11001110 | 111100 | 10000 | 0 | 10011 | 11000100 | 111000 | 111000 |
Color Harmonies of #52ADCE
Complementary color
Monochromatic Colors of #52ADCE
Black with #52ADCE
Text Example
Text Example
White with #52ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADCE; }
p { color: rgb(82,173,206); }
H1.HeaderClassName
{
color: #52ADCE;
}
.AnyTagClassName
{
color: #52ADCE;
}
</style>
background-color css
<style>
a { background-color: #52ADCE; }
a { background-color: rgb(82,173,206); }
div.DivClassName
{
background-color: #52ADCE;
}
.BgClassName
{
background-color: #52ADCE;
}
</style>
border-color css
<style>
span { border-color: #52ADCE; }
span { border-color: rgb(82,173,206); }
td.TdClassName
{
border-color: #52ADCE;
}
.TagClassName
{
border-color: #52ADCE;
}
</style>