Shades of Viking #52B2BE
Tints of Viking #52B2BE
RGB
CMYK
RGB Variations
Color information
#52B2BE (or 0x52B2BE) is known color: Viking. HEX triplet: 52, B2 and BE. RGB value is (82,178,190). Sum of RGB (Red+Green+Blue) = 82+178+190=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #52B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2BE is #AD4D41. Grayscale: #969696. Windows color (decimal): -11357506 or 12497490. OLE color: 12497490.
HSL color Cylindrical-coordinate representation of color #52B2BE: hue angle of 186.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52B2BE is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 178 | 190 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.25 |
| HSL | 186.67º | 0.45% | 0.53% | - |
| HSV(B) | 186.67º | 0.57% | 0.75% | - |
| XYZ | 28.69 | 37.35 | 54.41 | - |
| YUV | 150.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 190 | 0.57 | 0.06 | 0 | 0.25 | 186.67 | 0.45 | 0.53 |
| Hex | 52 | B2 | BE | 39 | 6 | 0 | 19 | BB | 2D | 35 |
| Octal | 122 | 262 | 276 | 71 | 6 | 0 | 31 | 273 | 55 | 65 |
| Binary | 1010010 | 10110010 | 10111110 | 111001 | 110 | 0 | 11001 | 10111011 | 101101 | 110101 |
Color Harmonies of #52B2BE
Complementary color
Monochromatic Colors of #52B2BE
Black with #52B2BE
Text Example
Text Example
White with #52B2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2BE; }
p { color: rgb(82,178,190); }
H1.HeaderClassName
{
color: #52B2BE;
}
.AnyTagClassName
{
color: #52B2BE;
}
</style>
background-color css
<style>
a { background-color: #52B2BE; }
a { background-color: rgb(82,178,190); }
div.DivClassName
{
background-color: #52B2BE;
}
.BgClassName
{
background-color: #52B2BE;
}
</style>
border-color css
<style>
span { border-color: #52B2BE; }
span { border-color: rgb(82,178,190); }
td.TdClassName
{
border-color: #52B2BE;
}
.TagClassName
{
border-color: #52B2BE;
}
</style>