Shades of Viking #52ABBC
Tints of Viking #52ABBC
RGB
CMYK
RGB Variations
Color information
#52ABBC (or 0x52ABBC) is known color: Viking. HEX triplet: 52, AB and BC. RGB value is (82,171,188). Sum of RGB (Red+Green+Blue) = 82+171+188=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #52ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABBC is #AD5443. Grayscale: #929292. Windows color (decimal): -11359300 or 12364626. OLE color: 12364626.
HSL color Cylindrical-coordinate representation of color #52ABBC: hue angle of 189.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52ABBC is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 171 | 188 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.26 |
| HSL | 189.62º | 0.44% | 0.53% | - |
| HSV(B) | 189.62º | 0.56% | 0.74% | - |
| XYZ | 27.12 | 34.55 | 52.82 | - |
| YUV | 146.33 | 151.51 | 82.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 188 | 0.56 | 0.09 | 0 | 0.26 | 189.62 | 0.44 | 0.53 |
| Hex | 52 | AB | BC | 38 | 9 | 0 | 1A | BE | 2C | 35 |
| Octal | 122 | 253 | 274 | 70 | 11 | 0 | 32 | 276 | 54 | 65 |
| Binary | 1010010 | 10101011 | 10111100 | 111000 | 1001 | 0 | 11010 | 10111110 | 101100 | 110101 |
Color Harmonies of #52ABBC
Complementary color
Monochromatic Colors of #52ABBC
Black with #52ABBC
Text Example
Text Example
White with #52ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABBC; }
p { color: rgb(82,171,188); }
H1.HeaderClassName
{
color: #52ABBC;
}
.AnyTagClassName
{
color: #52ABBC;
}
</style>
background-color css
<style>
a { background-color: #52ABBC; }
a { background-color: rgb(82,171,188); }
div.DivClassName
{
background-color: #52ABBC;
}
.BgClassName
{
background-color: #52ABBC;
}
</style>
border-color css
<style>
span { border-color: #52ABBC; }
span { border-color: rgb(82,171,188); }
td.TdClassName
{
border-color: #52ABBC;
}
.TagClassName
{
border-color: #52ABBC;
}
</style>