Shades of Viking #52BFC1
Tints of Viking #52BFC1
RGB
CMYK
RGB Variations
Color information
#52BFC1 (or 0x52BFC1) is known color: Viking. HEX triplet: 52, BF and C1. RGB value is (82,191,193). Sum of RGB (Red+Green+Blue) = 82+191+193=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 193 - color contains mainly: blue. Hex color #52BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFC1 is #AD403E. Grayscale: #9E9E9E. Windows color (decimal): -11354175 or 12697426. OLE color: 12697426.
HSL color Cylindrical-coordinate representation of color #52BFC1: hue angle of 181.08º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BFC1 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 191 | 193 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.24 |
| HSL | 181.08º | 0.47% | 0.54% | - |
| HSV(B) | 181.08º | 0.58% | 0.76% | - |
| XYZ | 31.74 | 42.91 | 57.06 | - |
| YUV | 158.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 193 | 0.58 | 0.01 | 0 | 0.24 | 181.08 | 0.47 | 0.54 |
| Hex | 52 | BF | C1 | 3A | 1 | 0 | 18 | B5 | 2F | 36 |
| Octal | 122 | 277 | 301 | 72 | 1 | 0 | 30 | 265 | 57 | 66 |
| Binary | 1010010 | 10111111 | 11000001 | 111010 | 1 | 0 | 11000 | 10110101 | 101111 | 110110 |
Color Harmonies of #52BFC1
Complementary color
Monochromatic Colors of #52BFC1
Black with #52BFC1
Text Example
Text Example
White with #52BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFC1; }
p { color: rgb(82,191,193); }
H1.HeaderClassName
{
color: #52BFC1;
}
.AnyTagClassName
{
color: #52BFC1;
}
</style>
background-color css
<style>
a { background-color: #52BFC1; }
a { background-color: rgb(82,191,193); }
div.DivClassName
{
background-color: #52BFC1;
}
.BgClassName
{
background-color: #52BFC1;
}
</style>
border-color css
<style>
span { border-color: #52BFC1; }
span { border-color: rgb(82,191,193); }
td.TdClassName
{
border-color: #52BFC1;
}
.TagClassName
{
border-color: #52BFC1;
}
</style>