Shades of Viking #52B3DB
Tints of Viking #52B3DB
RGB
CMYK
RGB Variations
Color information
#52B3DB (or 0x52B3DB) is known color: Viking. HEX triplet: 52, B3 and DB. RGB value is (82,179,219). Sum of RGB (Red+Green+Blue) = 82+179+219=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #52B3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B3DB is #AD4C24. Grayscale: #9A9A9A. Windows color (decimal): -11357221 or 14398290. OLE color: 14398290.
HSL color Cylindrical-coordinate representation of color #52B3DB: hue angle of 197.52º 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 #52B3DB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 179 | 219 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.14 |
| HSL | 197.52º | 0.66% | 0.59% | - |
| HSV(B) | 197.52º | 0.63% | 0.86% | - |
| XYZ | 32.39 | 39.15 | 72.87 | - |
| YUV | 154.56 | 164.36 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 179 | 219 | 0.63 | 0.18 | 0 | 0.14 | 197.52 | 0.66 | 0.59 |
| Hex | 52 | B3 | DB | 3F | 12 | 0 | E | C6 | 42 | 3B |
| Octal | 122 | 263 | 333 | 77 | 22 | 0 | 16 | 306 | 102 | 73 |
| Binary | 1010010 | 10110011 | 11011011 | 111111 | 10010 | 0 | 1110 | 11000110 | 1000010 | 111011 |
Color Harmonies of #52B3DB
Complementary color
Monochromatic Colors of #52B3DB
Black with #52B3DB
Text Example
Text Example
White with #52B3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B3DB; }
p { color: rgb(82,179,219); }
H1.HeaderClassName
{
color: #52B3DB;
}
.AnyTagClassName
{
color: #52B3DB;
}
</style>
background-color css
<style>
a { background-color: #52B3DB; }
a { background-color: rgb(82,179,219); }
div.DivClassName
{
background-color: #52B3DB;
}
.BgClassName
{
background-color: #52B3DB;
}
</style>
border-color css
<style>
span { border-color: #52B3DB; }
span { border-color: rgb(82,179,219); }
td.TdClassName
{
border-color: #52B3DB;
}
.TagClassName
{
border-color: #52B3DB;
}
</style>