Shades of Viking #52A7BA
Tints of Viking #52A7BA
RGB
CMYK
RGB Variations
Color information
#52A7BA (or 0x52A7BA) is known color: Viking. HEX triplet: 52, A7 and BA. RGB value is (82,167,186). Sum of RGB (Red+Green+Blue) = 82+167+186=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #52A7BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A7BA is #AD5845. Grayscale: #8F8F8F. Windows color (decimal): -11360326 or 12232530. OLE color: 12232530.
HSL color Cylindrical-coordinate representation of color #52A7BA: hue angle of 190.96º degrees, saturation: 0.43, 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 #52A7BA is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 167 | 186 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.27 |
| HSL | 190.96º | 0.43% | 0.53% | - |
| HSV(B) | 190.96º | 0.56% | 0.73% | - |
| XYZ | 26.16 | 32.98 | 51.44 | - |
| YUV | 143.75 | 151.84 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 186 | 0.56 | 0.10 | 0 | 0.27 | 190.96 | 0.43 | 0.53 |
| Hex | 52 | A7 | BA | 38 | A | 0 | 1B | BF | 2B | 35 |
| Octal | 122 | 247 | 272 | 70 | 12 | 0 | 33 | 277 | 53 | 65 |
| Binary | 1010010 | 10100111 | 10111010 | 111000 | 1010 | 0 | 11011 | 10111111 | 101011 | 110101 |
Color Harmonies of #52A7BA
Complementary color
Monochromatic Colors of #52A7BA
Black with #52A7BA
Text Example
Text Example
White with #52A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A7BA; }
p { color: rgb(82,167,186); }
H1.HeaderClassName
{
color: #52A7BA;
}
.AnyTagClassName
{
color: #52A7BA;
}
</style>
background-color css
<style>
a { background-color: #52A7BA; }
a { background-color: rgb(82,167,186); }
div.DivClassName
{
background-color: #52A7BA;
}
.BgClassName
{
background-color: #52A7BA;
}
</style>
border-color css
<style>
span { border-color: #52A7BA; }
span { border-color: rgb(82,167,186); }
td.TdClassName
{
border-color: #52A7BA;
}
.TagClassName
{
border-color: #52A7BA;
}
</style>