Shades of Viking #52C0DB
Tints of Viking #52C0DB
RGB
CMYK
RGB Variations
Color information
#52C0DB (or 0x52C0DB) is known color: Viking. HEX triplet: 52, C0 and DB. RGB value is (82,192,219). Sum of RGB (Red+Green+Blue) = 82+192+219=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 192 (75.39% from 255 or 38.95% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #52C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C0DB is #AD3F24. Grayscale: #A1A1A1. Windows color (decimal): -11353893 or 14401618. OLE color: 14401618.
HSL color Cylindrical-coordinate representation of color #52C0DB: hue angle of 191.82º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52C0DB is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 192 | 219 | - |
| CMYK | 0.63 | 0.12 | 0 | 0.14 |
| HSL | 191.82º | 0.66% | 0.59% | - |
| HSV(B) | 191.82º | 0.63% | 0.86% | - |
| XYZ | 35.12 | 44.61 | 73.78 | - |
| YUV | 162.19 | 160.06 | 70.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 219 | 0.63 | 0.12 | 0 | 0.14 | 191.82 | 0.66 | 0.59 |
| Hex | 52 | C0 | DB | 3F | C | 0 | E | C0 | 42 | 3B |
| Octal | 122 | 300 | 333 | 77 | 14 | 0 | 16 | 300 | 102 | 73 |
| Binary | 1010010 | 11000000 | 11011011 | 111111 | 1100 | 0 | 1110 | 11000000 | 1000010 | 111011 |
Color Harmonies of #52C0DB
Complementary color
Monochromatic Colors of #52C0DB
Black with #52C0DB
Text Example
Text Example
White with #52C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C0DB; }
p { color: rgb(82,192,219); }
H1.HeaderClassName
{
color: #52C0DB;
}
.AnyTagClassName
{
color: #52C0DB;
}
</style>
background-color css
<style>
a { background-color: #52C0DB; }
a { background-color: rgb(82,192,219); }
div.DivClassName
{
background-color: #52C0DB;
}
.BgClassName
{
background-color: #52C0DB;
}
</style>
border-color css
<style>
span { border-color: #52C0DB; }
span { border-color: rgb(82,192,219); }
td.TdClassName
{
border-color: #52C0DB;
}
.TagClassName
{
border-color: #52C0DB;
}
</style>