Shades of Viking #52BFD4
Tints of Viking #52BFD4
RGB
CMYK
RGB Variations
Color information
#52BFD4 (or 0x52BFD4) is known color: Viking. HEX triplet: 52, BF and D4. RGB value is (82,191,212). Sum of RGB (Red+Green+Blue) = 82+191+212=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #52BFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFD4 is #AD402B. Grayscale: #A0A0A0. Windows color (decimal): -11354156 or 13942610. OLE color: 13942610.
HSL color Cylindrical-coordinate representation of color #52BFD4: hue angle of 189.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52BFD4 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 191 | 212 | - |
| CMYK | 0.61 | 0.10 | 0 | 0.17 |
| HSL | 189.69º | 0.6% | 0.58% | - |
| HSV(B) | 189.69º | 0.61% | 0.83% | - |
| XYZ | 33.99 | 43.81 | 68.95 | - |
| YUV | 160.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 212 | 0.61 | 0.10 | 0 | 0.17 | 189.69 | 0.6 | 0.58 |
| Hex | 52 | BF | D4 | 3D | A | 0 | 11 | BE | 3C | 3A |
| Octal | 122 | 277 | 324 | 75 | 12 | 0 | 21 | 276 | 74 | 72 |
| Binary | 1010010 | 10111111 | 11010100 | 111101 | 1010 | 0 | 10001 | 10111110 | 111100 | 111010 |
Color Harmonies of #52BFD4
Complementary color
Monochromatic Colors of #52BFD4
Black with #52BFD4
Text Example
Text Example
White with #52BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFD4; }
p { color: rgb(82,191,212); }
H1.HeaderClassName
{
color: #52BFD4;
}
.AnyTagClassName
{
color: #52BFD4;
}
</style>
background-color css
<style>
a { background-color: #52BFD4; }
a { background-color: rgb(82,191,212); }
div.DivClassName
{
background-color: #52BFD4;
}
.BgClassName
{
background-color: #52BFD4;
}
</style>
border-color css
<style>
span { border-color: #52BFD4; }
span { border-color: rgb(82,191,212); }
td.TdClassName
{
border-color: #52BFD4;
}
.TagClassName
{
border-color: #52BFD4;
}
</style>