Shades of Viking #52ADCC
Tints of Viking #52ADCC
RGB
CMYK
RGB Variations
Color information
#52ADCC (or 0x52ADCC) is known color: Viking. HEX triplet: 52, AD and CC. RGB value is (82,173,204). Sum of RGB (Red+Green+Blue) = 82+173+204=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #52ADCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADCC is #AD5233. Grayscale: #959595. Windows color (decimal): -11358772 or 13413714. OLE color: 13413714.
HSL color Cylindrical-coordinate representation of color #52ADCC: hue angle of 195.25º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ADCC is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 173 | 204 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.2 |
| HSL | 195.25º | 0.54% | 0.56% | - |
| HSV(B) | 195.25º | 0.6% | 0.8% | - |
| XYZ | 29.32 | 36.04 | 62.54 | - |
| YUV | 149.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 204 | 0.60 | 0.15 | 0 | 0.2 | 195.25 | 0.54 | 0.56 |
| Hex | 52 | AD | CC | 3C | F | 0 | 14 | C3 | 36 | 38 |
| Octal | 122 | 255 | 314 | 74 | 17 | 0 | 24 | 303 | 66 | 70 |
| Binary | 1010010 | 10101101 | 11001100 | 111100 | 1111 | 0 | 10100 | 11000011 | 110110 | 111000 |
Color Harmonies of #52ADCC
Complementary color
Monochromatic Colors of #52ADCC
Black with #52ADCC
Text Example
Text Example
White with #52ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADCC; }
p { color: rgb(82,173,204); }
H1.HeaderClassName
{
color: #52ADCC;
}
.AnyTagClassName
{
color: #52ADCC;
}
</style>
background-color css
<style>
a { background-color: #52ADCC; }
a { background-color: rgb(82,173,204); }
div.DivClassName
{
background-color: #52ADCC;
}
.BgClassName
{
background-color: #52ADCC;
}
</style>
border-color css
<style>
span { border-color: #52ADCC; }
span { border-color: rgb(82,173,204); }
td.TdClassName
{
border-color: #52ADCC;
}
.TagClassName
{
border-color: #52ADCC;
}
</style>