Shades of Viking #52BCCE
Tints of Viking #52BCCE
RGB
CMYK
RGB Variations
Color information
#52BCCE (or 0x52BCCE) is known color: Viking. HEX triplet: 52, BC and CE. RGB value is (82,188,206). Sum of RGB (Red+Green+Blue) = 82+188+206=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #52BCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCCE is #AD4331. Grayscale: #9E9E9E. Windows color (decimal): -11354930 or 13548626. OLE color: 13548626.
HSL color Cylindrical-coordinate representation of color #52BCCE: hue angle of 188.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BCCE is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 188 | 206 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.19 |
| HSL | 188.71º | 0.56% | 0.56% | - |
| HSV(B) | 188.71º | 0.6% | 0.81% | - |
| XYZ | 32.6 | 42.22 | 64.82 | - |
| YUV | 158.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 206 | 0.60 | 0.09 | 0 | 0.19 | 188.71 | 0.56 | 0.56 |
| Hex | 52 | BC | CE | 3C | 9 | 0 | 13 | BD | 38 | 38 |
| Octal | 122 | 274 | 316 | 74 | 11 | 0 | 23 | 275 | 70 | 70 |
| Binary | 1010010 | 10111100 | 11001110 | 111100 | 1001 | 0 | 10011 | 10111101 | 111000 | 111000 |
Color Harmonies of #52BCCE
Complementary color
Monochromatic Colors of #52BCCE
Black with #52BCCE
Text Example
Text Example
White with #52BCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCCE; }
p { color: rgb(82,188,206); }
H1.HeaderClassName
{
color: #52BCCE;
}
.AnyTagClassName
{
color: #52BCCE;
}
</style>
background-color css
<style>
a { background-color: #52BCCE; }
a { background-color: rgb(82,188,206); }
div.DivClassName
{
background-color: #52BCCE;
}
.BgClassName
{
background-color: #52BCCE;
}
</style>
border-color css
<style>
span { border-color: #52BCCE; }
span { border-color: rgb(82,188,206); }
td.TdClassName
{
border-color: #52BCCE;
}
.TagClassName
{
border-color: #52BCCE;
}
</style>