Shades of Viking #52ABBB
Tints of Viking #52ABBB
RGB
CMYK
RGB Variations
Color information
#52ABBB (or 0x52ABBB) is known color: Viking. HEX triplet: 52, AB and BB. RGB value is (82,171,187). Sum of RGB (Red+Green+Blue) = 82+171+187=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #52ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABBB is #AD5444. Grayscale: #929292. Windows color (decimal): -11359301 or 12299090. OLE color: 12299090.
HSL color Cylindrical-coordinate representation of color #52ABBB: hue angle of 189.14º 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 #52ABBB is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 171 | 187 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.27 |
| HSL | 189.14º | 0.44% | 0.53% | - |
| HSV(B) | 189.14º | 0.56% | 0.73% | - |
| XYZ | 27.01 | 34.51 | 52.25 | - |
| YUV | 146.21 | 151.01 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 187 | 0.56 | 0.09 | 0 | 0.27 | 189.14 | 0.44 | 0.53 |
| Hex | 52 | AB | BB | 38 | 9 | 0 | 1B | BD | 2C | 35 |
| Octal | 122 | 253 | 273 | 70 | 11 | 0 | 33 | 275 | 54 | 65 |
| Binary | 1010010 | 10101011 | 10111011 | 111000 | 1001 | 0 | 11011 | 10111101 | 101100 | 110101 |
Color Harmonies of #52ABBB
Complementary color
Monochromatic Colors of #52ABBB
Black with #52ABBB
Text Example
Text Example
White with #52ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABBB; }
p { color: rgb(82,171,187); }
H1.HeaderClassName
{
color: #52ABBB;
}
.AnyTagClassName
{
color: #52ABBB;
}
</style>
background-color css
<style>
a { background-color: #52ABBB; }
a { background-color: rgb(82,171,187); }
div.DivClassName
{
background-color: #52ABBB;
}
.BgClassName
{
background-color: #52ABBB;
}
</style>
border-color css
<style>
span { border-color: #52ABBB; }
span { border-color: rgb(82,171,187); }
td.TdClassName
{
border-color: #52ABBB;
}
.TagClassName
{
border-color: #52ABBB;
}
</style>