Shades of Viking #52BCBE
Tints of Viking #52BCBE
RGB
CMYK
RGB Variations
Color information
#52BCBE (or 0x52BCBE) is known color: Viking. HEX triplet: 52, BC and BE. RGB value is (82,188,190). Sum of RGB (Red+Green+Blue) = 82+188+190=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #52BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCBE is #AD4341. Grayscale: #9C9C9C. Windows color (decimal): -11354946 or 12500050. OLE color: 12500050.
HSL color Cylindrical-coordinate representation of color #52BCBE: hue angle of 181.11º 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 #52BCBE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 188 | 190 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.25 |
| HSL | 181.11º | 0.45% | 0.53% | - |
| HSV(B) | 181.11º | 0.57% | 0.75% | - |
| XYZ | 30.76 | 41.48 | 55.1 | - |
| YUV | 156.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 190 | 0.57 | 0.01 | 0 | 0.25 | 181.11 | 0.45 | 0.53 |
| Hex | 52 | BC | BE | 39 | 1 | 0 | 19 | B5 | 2D | 35 |
| Octal | 122 | 274 | 276 | 71 | 1 | 0 | 31 | 265 | 55 | 65 |
| Binary | 1010010 | 10111100 | 10111110 | 111001 | 1 | 0 | 11001 | 10110101 | 101101 | 110101 |
Color Harmonies of #52BCBE
Complementary color
Monochromatic Colors of #52BCBE
Black with #52BCBE
Text Example
Text Example
White with #52BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCBE; }
p { color: rgb(82,188,190); }
H1.HeaderClassName
{
color: #52BCBE;
}
.AnyTagClassName
{
color: #52BCBE;
}
</style>
background-color css
<style>
a { background-color: #52BCBE; }
a { background-color: rgb(82,188,190); }
div.DivClassName
{
background-color: #52BCBE;
}
.BgClassName
{
background-color: #52BCBE;
}
</style>
border-color css
<style>
span { border-color: #52BCBE; }
span { border-color: rgb(82,188,190); }
td.TdClassName
{
border-color: #52BCBE;
}
.TagClassName
{
border-color: #52BCBE;
}
</style>