Shades of Viking #52BFC9
Tints of Viking #52BFC9
RGB
CMYK
RGB Variations
Color information
#52BFC9 (or 0x52BFC9) is known color: Viking. HEX triplet: 52, BF and C9. RGB value is (82,191,201). Sum of RGB (Red+Green+Blue) = 82+191+201=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #52BFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFC9 is #AD4036. Grayscale: #9F9F9F. Windows color (decimal): -11354167 or 13221714. OLE color: 13221714.
HSL color Cylindrical-coordinate representation of color #52BFC9: hue angle of 185.04º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52BFC9 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 191 | 201 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.21 |
| HSL | 185.04º | 0.52% | 0.55% | - |
| HSV(B) | 185.04º | 0.59% | 0.79% | - |
| XYZ | 32.65 | 43.27 | 61.89 | - |
| YUV | 159.55 | 151.39 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 201 | 0.59 | 0.05 | 0 | 0.21 | 185.04 | 0.52 | 0.55 |
| Hex | 52 | BF | C9 | 3B | 5 | 0 | 15 | B9 | 34 | 37 |
| Octal | 122 | 277 | 311 | 73 | 5 | 0 | 25 | 271 | 64 | 67 |
| Binary | 1010010 | 10111111 | 11001001 | 111011 | 101 | 0 | 10101 | 10111001 | 110100 | 110111 |
Color Harmonies of #52BFC9
Complementary color
Monochromatic Colors of #52BFC9
Black with #52BFC9
Text Example
Text Example
White with #52BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFC9; }
p { color: rgb(82,191,201); }
H1.HeaderClassName
{
color: #52BFC9;
}
.AnyTagClassName
{
color: #52BFC9;
}
</style>
background-color css
<style>
a { background-color: #52BFC9; }
a { background-color: rgb(82,191,201); }
div.DivClassName
{
background-color: #52BFC9;
}
.BgClassName
{
background-color: #52BFC9;
}
</style>
border-color css
<style>
span { border-color: #52BFC9; }
span { border-color: rgb(82,191,201); }
td.TdClassName
{
border-color: #52BFC9;
}
.TagClassName
{
border-color: #52BFC9;
}
</style>