Shades of Viking #52BEC5
Tints of Viking #52BEC5
RGB
CMYK
RGB Variations
Color information
#52BEC5 (or 0x52BEC5) is known color: Viking. HEX triplet: 52, BE and C5. RGB value is (82,190,197). Sum of RGB (Red+Green+Blue) = 82+190+197=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #52BEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEC5 is #AD413A. Grayscale: #9E9E9E. Windows color (decimal): -11354427 or 12959314. OLE color: 12959314.
HSL color Cylindrical-coordinate representation of color #52BEC5: hue angle of 183.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BEC5 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 190 | 197 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.23 |
| HSL | 183.65º | 0.5% | 0.55% | - |
| HSV(B) | 183.65º | 0.58% | 0.77% | - |
| XYZ | 31.97 | 42.65 | 59.37 | - |
| YUV | 158.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 197 | 0.58 | 0.04 | 0 | 0.23 | 183.65 | 0.5 | 0.55 |
| Hex | 52 | BE | C5 | 3A | 4 | 0 | 17 | B8 | 32 | 37 |
| Octal | 122 | 276 | 305 | 72 | 4 | 0 | 27 | 270 | 62 | 67 |
| Binary | 1010010 | 10111110 | 11000101 | 111010 | 100 | 0 | 10111 | 10111000 | 110010 | 110111 |
Color Harmonies of #52BEC5
Complementary color
Monochromatic Colors of #52BEC5
Black with #52BEC5
Text Example
Text Example
White with #52BEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEC5; }
p { color: rgb(82,190,197); }
H1.HeaderClassName
{
color: #52BEC5;
}
.AnyTagClassName
{
color: #52BEC5;
}
</style>
background-color css
<style>
a { background-color: #52BEC5; }
a { background-color: rgb(82,190,197); }
div.DivClassName
{
background-color: #52BEC5;
}
.BgClassName
{
background-color: #52BEC5;
}
</style>
border-color css
<style>
span { border-color: #52BEC5; }
span { border-color: rgb(82,190,197); }
td.TdClassName
{
border-color: #52BEC5;
}
.TagClassName
{
border-color: #52BEC5;
}
</style>