Shades of Viking #52ADCF
Tints of Viking #52ADCF
RGB
CMYK
RGB Variations
Color information
#52ADCF (or 0x52ADCF) is known color: Viking. HEX triplet: 52, AD and CF. RGB value is (82,173,207). Sum of RGB (Red+Green+Blue) = 82+173+207=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #52ADCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADCF is #AD5230. Grayscale: #959595. Windows color (decimal): -11358769 or 13610322. OLE color: 13610322.
HSL color Cylindrical-coordinate representation of color #52ADCF: hue angle of 196.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ADCF is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 173 | 207 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.19 |
| HSL | 196.32º | 0.57% | 0.57% | - |
| HSV(B) | 196.32º | 0.6% | 0.81% | - |
| XYZ | 29.69 | 36.19 | 64.45 | - |
| YUV | 149.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 207 | 0.60 | 0.16 | 0 | 0.19 | 196.32 | 0.57 | 0.57 |
| Hex | 52 | AD | CF | 3C | 10 | 0 | 13 | C4 | 39 | 39 |
| Octal | 122 | 255 | 317 | 74 | 20 | 0 | 23 | 304 | 71 | 71 |
| Binary | 1010010 | 10101101 | 11001111 | 111100 | 10000 | 0 | 10011 | 11000100 | 111001 | 111001 |
Color Harmonies of #52ADCF
Complementary color
Monochromatic Colors of #52ADCF
Black with #52ADCF
Text Example
Text Example
White with #52ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADCF; }
p { color: rgb(82,173,207); }
H1.HeaderClassName
{
color: #52ADCF;
}
.AnyTagClassName
{
color: #52ADCF;
}
</style>
background-color css
<style>
a { background-color: #52ADCF; }
a { background-color: rgb(82,173,207); }
div.DivClassName
{
background-color: #52ADCF;
}
.BgClassName
{
background-color: #52ADCF;
}
</style>
border-color css
<style>
span { border-color: #52ADCF; }
span { border-color: rgb(82,173,207); }
td.TdClassName
{
border-color: #52ADCF;
}
.TagClassName
{
border-color: #52ADCF;
}
</style>