Shades of Viking #52C4DB
Tints of Viking #52C4DB
RGB
CMYK
RGB Variations
Color information
#52C4DB (or 0x52C4DB) is known color: Viking. HEX triplet: 52, C4 and DB. RGB value is (82,196,219). Sum of RGB (Red+Green+Blue) = 82+196+219=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #52C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4DB is #AD3B24. Grayscale: #A4A4A4. Windows color (decimal): -11352869 or 14402642. OLE color: 14402642.
HSL color Cylindrical-coordinate representation of color #52C4DB: hue angle of 190.07º 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 #52C4DB is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 196 | 219 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.14 |
| HSL | 190.07º | 0.66% | 0.59% | - |
| HSV(B) | 190.07º | 0.63% | 0.86% | - |
| XYZ | 36.01 | 46.39 | 74.07 | - |
| YUV | 164.54 | 158.73 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 219 | 0.63 | 0.11 | 0 | 0.14 | 190.07 | 0.66 | 0.59 |
| Hex | 52 | C4 | DB | 3F | B | 0 | E | BE | 42 | 3B |
| Octal | 122 | 304 | 333 | 77 | 13 | 0 | 16 | 276 | 102 | 73 |
| Binary | 1010010 | 11000100 | 11011011 | 111111 | 1011 | 0 | 1110 | 10111110 | 1000010 | 111011 |
Color Harmonies of #52C4DB
Complementary color
Monochromatic Colors of #52C4DB
Black with #52C4DB
Text Example
Text Example
White with #52C4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C4DB; }
p { color: rgb(82,196,219); }
H1.HeaderClassName
{
color: #52C4DB;
}
.AnyTagClassName
{
color: #52C4DB;
}
</style>
background-color css
<style>
a { background-color: #52C4DB; }
a { background-color: rgb(82,196,219); }
div.DivClassName
{
background-color: #52C4DB;
}
.BgClassName
{
background-color: #52C4DB;
}
</style>
border-color css
<style>
span { border-color: #52C4DB; }
span { border-color: rgb(82,196,219); }
td.TdClassName
{
border-color: #52C4DB;
}
.TagClassName
{
border-color: #52C4DB;
}
</style>