Shades of Viking #52BDBE
Tints of Viking #52BDBE
RGB
CMYK
RGB Variations
Color information
#52BDBE (or 0x52BDBE) is known color: Viking. HEX triplet: 52, BD and BE. RGB value is (82,189,190). Sum of RGB (Red+Green+Blue) = 82+189+190=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #52BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDBE is #AD4241. Grayscale: #9D9D9D. Windows color (decimal): -11354690 or 12500306. OLE color: 12500306.
HSL color Cylindrical-coordinate representation of color #52BDBE: hue angle of 180.56º 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 #52BDBE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 189 | 190 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.25 |
| HSL | 180.56º | 0.45% | 0.53% | - |
| HSV(B) | 180.56º | 0.57% | 0.75% | - |
| XYZ | 30.97 | 41.91 | 55.17 | - |
| YUV | 157.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 190 | 0.57 | 0.01 | 0 | 0.25 | 180.56 | 0.45 | 0.53 |
| Hex | 52 | BD | BE | 39 | 1 | 0 | 19 | B5 | 2D | 35 |
| Octal | 122 | 275 | 276 | 71 | 1 | 0 | 31 | 265 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10111110 | 111001 | 1 | 0 | 11001 | 10110101 | 101101 | 110101 |
Color Harmonies of #52BDBE
Complementary color
Monochromatic Colors of #52BDBE
Black with #52BDBE
Text Example
Text Example
White with #52BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDBE; }
p { color: rgb(82,189,190); }
H1.HeaderClassName
{
color: #52BDBE;
}
.AnyTagClassName
{
color: #52BDBE;
}
</style>
background-color css
<style>
a { background-color: #52BDBE; }
a { background-color: rgb(82,189,190); }
div.DivClassName
{
background-color: #52BDBE;
}
.BgClassName
{
background-color: #52BDBE;
}
</style>
border-color css
<style>
span { border-color: #52BDBE; }
span { border-color: rgb(82,189,190); }
td.TdClassName
{
border-color: #52BDBE;
}
.TagClassName
{
border-color: #52BDBE;
}
</style>