Shades of Viking #52BBBD
Tints of Viking #52BBBD
RGB
CMYK
RGB Variations
Color information
#52BBBD (or 0x52BBBD) is known color: Viking. HEX triplet: 52, BB and BD. RGB value is (82,187,189). Sum of RGB (Red+Green+Blue) = 82+187+189=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #52BBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBBD is #AD4442. Grayscale: #9B9B9B. Windows color (decimal): -11355203 or 12434258. OLE color: 12434258.
HSL color Cylindrical-coordinate representation of color #52BBBD: hue angle of 181.12º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BBBD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 187 | 189 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.26 |
| HSL | 181.12º | 0.45% | 0.53% | - |
| HSV(B) | 181.12º | 0.57% | 0.74% | - |
| XYZ | 30.44 | 41.01 | 54.46 | - |
| YUV | 155.83 | 146.71 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 189 | 0.57 | 0.01 | 0 | 0.26 | 181.12 | 0.45 | 0.53 |
| Hex | 52 | BB | BD | 39 | 1 | 0 | 1A | B5 | 2D | 35 |
| Octal | 122 | 273 | 275 | 71 | 1 | 0 | 32 | 265 | 55 | 65 |
| Binary | 1010010 | 10111011 | 10111101 | 111001 | 1 | 0 | 11010 | 10110101 | 101101 | 110101 |
Color Harmonies of #52BBBD
Complementary color
Monochromatic Colors of #52BBBD
Black with #52BBBD
Text Example
Text Example
White with #52BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BBBD; }
p { color: rgb(82,187,189); }
H1.HeaderClassName
{
color: #52BBBD;
}
.AnyTagClassName
{
color: #52BBBD;
}
</style>
background-color css
<style>
a { background-color: #52BBBD; }
a { background-color: rgb(82,187,189); }
div.DivClassName
{
background-color: #52BBBD;
}
.BgClassName
{
background-color: #52BBBD;
}
</style>
border-color css
<style>
span { border-color: #52BBBD; }
span { border-color: rgb(82,187,189); }
td.TdClassName
{
border-color: #52BBBD;
}
.TagClassName
{
border-color: #52BBBD;
}
</style>