Shades of Viking #52B6DB
Tints of Viking #52B6DB
RGB
CMYK
RGB Variations
Color information
#52B6DB (or 0x52B6DB) is known color: Viking. HEX triplet: 52, B6 and DB. RGB value is (82,182,219). Sum of RGB (Red+Green+Blue) = 82+182+219=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #52B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B6DB is #AD4924. Grayscale: #9C9C9C. Windows color (decimal): -11356453 or 14399058. OLE color: 14399058.
HSL color Cylindrical-coordinate representation of color #52B6DB: hue angle of 196.2º 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 #52B6DB is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 182 | 219 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.14 |
| HSL | 196.2º | 0.66% | 0.59% | - |
| HSV(B) | 196.2º | 0.63% | 0.86% | - |
| XYZ | 32.99 | 40.36 | 73.07 | - |
| YUV | 156.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 182 | 219 | 0.63 | 0.17 | 0 | 0.14 | 196.2 | 0.66 | 0.59 |
| Hex | 52 | B6 | DB | 3F | 11 | 0 | E | C4 | 42 | 3B |
| Octal | 122 | 266 | 333 | 77 | 21 | 0 | 16 | 304 | 102 | 73 |
| Binary | 1010010 | 10110110 | 11011011 | 111111 | 10001 | 0 | 1110 | 11000100 | 1000010 | 111011 |
Color Harmonies of #52B6DB
Complementary color
Monochromatic Colors of #52B6DB
Black with #52B6DB
Text Example
Text Example
White with #52B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B6DB; }
p { color: rgb(82,182,219); }
H1.HeaderClassName
{
color: #52B6DB;
}
.AnyTagClassName
{
color: #52B6DB;
}
</style>
background-color css
<style>
a { background-color: #52B6DB; }
a { background-color: rgb(82,182,219); }
div.DivClassName
{
background-color: #52B6DB;
}
.BgClassName
{
background-color: #52B6DB;
}
</style>
border-color css
<style>
span { border-color: #52B6DB; }
span { border-color: rgb(82,182,219); }
td.TdClassName
{
border-color: #52B6DB;
}
.TagClassName
{
border-color: #52B6DB;
}
</style>