Shades of Viking #52B0BE
Tints of Viking #52B0BE
RGB
CMYK
RGB Variations
Color information
#52B0BE (or 0x52B0BE) is known color: Viking. HEX triplet: 52, B0 and BE. RGB value is (82,176,190). Sum of RGB (Red+Green+Blue) = 82+176+190=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #52B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0BE is #AD4F41. Grayscale: #959595. Windows color (decimal): -11358018 or 12496978. OLE color: 12496978.
HSL color Cylindrical-coordinate representation of color #52B0BE: hue angle of 187.78º 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 #52B0BE is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 176 | 190 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.25 |
| HSL | 187.78º | 0.45% | 0.53% | - |
| HSV(B) | 187.78º | 0.57% | 0.75% | - |
| XYZ | 28.3 | 36.56 | 54.28 | - |
| YUV | 149.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 176 | 190 | 0.57 | 0.07 | 0 | 0.25 | 187.78 | 0.45 | 0.53 |
| Hex | 52 | B0 | BE | 39 | 7 | 0 | 19 | BC | 2D | 35 |
| Octal | 122 | 260 | 276 | 71 | 7 | 0 | 31 | 274 | 55 | 65 |
| Binary | 1010010 | 10110000 | 10111110 | 111001 | 111 | 0 | 11001 | 10111100 | 101101 | 110101 |
Color Harmonies of #52B0BE
Complementary color
Monochromatic Colors of #52B0BE
Black with #52B0BE
Text Example
Text Example
White with #52B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B0BE; }
p { color: rgb(82,176,190); }
H1.HeaderClassName
{
color: #52B0BE;
}
.AnyTagClassName
{
color: #52B0BE;
}
</style>
background-color css
<style>
a { background-color: #52B0BE; }
a { background-color: rgb(82,176,190); }
div.DivClassName
{
background-color: #52B0BE;
}
.BgClassName
{
background-color: #52B0BE;
}
</style>
border-color css
<style>
span { border-color: #52B0BE; }
span { border-color: rgb(82,176,190); }
td.TdClassName
{
border-color: #52B0BE;
}
.TagClassName
{
border-color: #52B0BE;
}
</style>