Shades of Viking #52BDC6
Tints of Viking #52BDC6
RGB
CMYK
RGB Variations
Color information
#52BDC6 (or 0x52BDC6) is known color: Viking. HEX triplet: 52, BD and C6. RGB value is (82,189,198). Sum of RGB (Red+Green+Blue) = 82+189+198=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 198 - color contains mainly: blue. Hex color #52BDC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDC6 is #AD4239. Grayscale: #9D9D9D. Windows color (decimal): -11354682 or 13024594. OLE color: 13024594.
HSL color Cylindrical-coordinate representation of color #52BDC6: hue angle of 184.66º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52BDC6 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 189 | 198 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.22 |
| HSL | 184.66º | 0.5% | 0.55% | - |
| HSV(B) | 184.66º | 0.59% | 0.78% | - |
| XYZ | 31.87 | 42.27 | 59.9 | - |
| YUV | 158.03 | 150.55 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 198 | 0.59 | 0.05 | 0 | 0.22 | 184.66 | 0.5 | 0.55 |
| Hex | 52 | BD | C6 | 3B | 5 | 0 | 16 | B9 | 32 | 37 |
| Octal | 122 | 275 | 306 | 73 | 5 | 0 | 26 | 271 | 62 | 67 |
| Binary | 1010010 | 10111101 | 11000110 | 111011 | 101 | 0 | 10110 | 10111001 | 110010 | 110111 |
Color Harmonies of #52BDC6
Complementary color
Monochromatic Colors of #52BDC6
Black with #52BDC6
Text Example
Text Example
White with #52BDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDC6; }
p { color: rgb(82,189,198); }
H1.HeaderClassName
{
color: #52BDC6;
}
.AnyTagClassName
{
color: #52BDC6;
}
</style>
background-color css
<style>
a { background-color: #52BDC6; }
a { background-color: rgb(82,189,198); }
div.DivClassName
{
background-color: #52BDC6;
}
.BgClassName
{
background-color: #52BDC6;
}
</style>
border-color css
<style>
span { border-color: #52BDC6; }
span { border-color: rgb(82,189,198); }
td.TdClassName
{
border-color: #52BDC6;
}
.TagClassName
{
border-color: #52BDC6;
}
</style>