Shades of Viking #52ABBA
Tints of Viking #52ABBA
RGB
CMYK
RGB Variations
Color information
#52ABBA (or 0x52ABBA) is known color: Viking. HEX triplet: 52, AB and BA. RGB value is (82,171,186). Sum of RGB (Red+Green+Blue) = 82+171+186=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #52ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABBA is #AD5445. Grayscale: #919191. Windows color (decimal): -11359302 or 12233554. OLE color: 12233554.
HSL color Cylindrical-coordinate representation of color #52ABBA: hue angle of 188.65º 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 #52ABBA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 171 | 186 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.27 |
| HSL | 188.65º | 0.43% | 0.53% | - |
| HSV(B) | 188.65º | 0.56% | 0.73% | - |
| XYZ | 26.91 | 34.46 | 51.69 | - |
| YUV | 146.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 186 | 0.56 | 0.08 | 0 | 0.27 | 188.65 | 0.43 | 0.53 |
| Hex | 52 | AB | BA | 38 | 8 | 0 | 1B | BD | 2B | 35 |
| Octal | 122 | 253 | 272 | 70 | 10 | 0 | 33 | 275 | 53 | 65 |
| Binary | 1010010 | 10101011 | 10111010 | 111000 | 1000 | 0 | 11011 | 10111101 | 101011 | 110101 |
Color Harmonies of #52ABBA
Complementary color
Monochromatic Colors of #52ABBA
Black with #52ABBA
Text Example
Text Example
White with #52ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABBA; }
p { color: rgb(82,171,186); }
H1.HeaderClassName
{
color: #52ABBA;
}
.AnyTagClassName
{
color: #52ABBA;
}
</style>
background-color css
<style>
a { background-color: #52ABBA; }
a { background-color: rgb(82,171,186); }
div.DivClassName
{
background-color: #52ABBA;
}
.BgClassName
{
background-color: #52ABBA;
}
</style>
border-color css
<style>
span { border-color: #52ABBA; }
span { border-color: rgb(82,171,186); }
td.TdClassName
{
border-color: #52ABBA;
}
.TagClassName
{
border-color: #52ABBA;
}
</style>