Shades of Viking #52BABB
Tints of Viking #52BABB
RGB
CMYK
RGB Variations
Color information
#52BABB (or 0x52BABB) is known color: Viking. HEX triplet: 52, BA and BB. RGB value is (82,186,187). Sum of RGB (Red+Green+Blue) = 82+186+187=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #52BABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BABB is #AD4544. Grayscale: #9A9A9A. Windows color (decimal): -11355461 or 12302930. OLE color: 12302930.
HSL color Cylindrical-coordinate representation of color #52BABB: hue angle of 180.57º 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 #52BABB is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 187 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.27 |
| HSL | 180.57º | 0.44% | 0.53% | - |
| HSV(B) | 180.57º | 0.56% | 0.73% | - |
| XYZ | 30.01 | 40.5 | 53.25 | - |
| YUV | 155.02 | 146.04 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 187 | 0.56 | 0.01 | 0 | 0.27 | 180.57 | 0.44 | 0.53 |
| Hex | 52 | BA | BB | 38 | 1 | 0 | 1B | B5 | 2C | 35 |
| Octal | 122 | 272 | 273 | 70 | 1 | 0 | 33 | 265 | 54 | 65 |
| Binary | 1010010 | 10111010 | 10111011 | 111000 | 1 | 0 | 11011 | 10110101 | 101100 | 110101 |
Color Harmonies of #52BABB
Complementary color
Monochromatic Colors of #52BABB
Black with #52BABB
Text Example
Text Example
White with #52BABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BABB; }
p { color: rgb(82,186,187); }
H1.HeaderClassName
{
color: #52BABB;
}
.AnyTagClassName
{
color: #52BABB;
}
</style>
background-color css
<style>
a { background-color: #52BABB; }
a { background-color: rgb(82,186,187); }
div.DivClassName
{
background-color: #52BABB;
}
.BgClassName
{
background-color: #52BABB;
}
</style>
border-color css
<style>
span { border-color: #52BABB; }
span { border-color: rgb(82,186,187); }
td.TdClassName
{
border-color: #52BABB;
}
.TagClassName
{
border-color: #52BABB;
}
</style>