Shades of Viking #52A8BB
Tints of Viking #52A8BB
RGB
CMYK
RGB Variations
Color information
#52A8BB (or 0x52A8BB) is known color: Viking. HEX triplet: 52, A8 and BB. RGB value is (82,168,187). Sum of RGB (Red+Green+Blue) = 82+168+187=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #52A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8BB is #AD5744. Grayscale: #909090. Windows color (decimal): -11360069 or 12298322. OLE color: 12298322.
HSL color Cylindrical-coordinate representation of color #52A8BB: hue angle of 190.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A8BB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 168 | 187 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.27 |
| HSL | 190.86º | 0.44% | 0.53% | - |
| HSV(B) | 190.86º | 0.56% | 0.73% | - |
| XYZ | 26.45 | 33.39 | 52.06 | - |
| YUV | 144.45 | 152.01 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 187 | 0.56 | 0.10 | 0 | 0.27 | 190.86 | 0.44 | 0.53 |
| Hex | 52 | A8 | BB | 38 | A | 0 | 1B | BF | 2C | 35 |
| Octal | 122 | 250 | 273 | 70 | 12 | 0 | 33 | 277 | 54 | 65 |
| Binary | 1010010 | 10101000 | 10111011 | 111000 | 1010 | 0 | 11011 | 10111111 | 101100 | 110101 |
Color Harmonies of #52A8BB
Complementary color
Monochromatic Colors of #52A8BB
Black with #52A8BB
Text Example
Text Example
White with #52A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8BB; }
p { color: rgb(82,168,187); }
H1.HeaderClassName
{
color: #52A8BB;
}
.AnyTagClassName
{
color: #52A8BB;
}
</style>
background-color css
<style>
a { background-color: #52A8BB; }
a { background-color: rgb(82,168,187); }
div.DivClassName
{
background-color: #52A8BB;
}
.BgClassName
{
background-color: #52A8BB;
}
</style>
border-color css
<style>
span { border-color: #52A8BB; }
span { border-color: rgb(82,168,187); }
td.TdClassName
{
border-color: #52A8BB;
}
.TagClassName
{
border-color: #52A8BB;
}
</style>