Shades of Viking #52BCCC
Tints of Viking #52BCCC
RGB
CMYK
RGB Variations
Color information
#52BCCC (or 0x52BCCC) is known color: Viking. HEX triplet: 52, BC and CC. RGB value is (82,188,204). Sum of RGB (Red+Green+Blue) = 82+188+204=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #52BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCCC is #AD4333. Grayscale: #9D9D9D. Windows color (decimal): -11354932 or 13417554. OLE color: 13417554.
HSL color Cylindrical-coordinate representation of color #52BCCC: hue angle of 187.87º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BCCC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 188 | 204 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.2 |
| HSL | 187.87º | 0.54% | 0.56% | - |
| HSV(B) | 187.87º | 0.6% | 0.8% | - |
| XYZ | 32.36 | 42.12 | 63.55 | - |
| YUV | 158.13 | 153.88 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 204 | 0.60 | 0.08 | 0 | 0.2 | 187.87 | 0.54 | 0.56 |
| Hex | 52 | BC | CC | 3C | 8 | 0 | 14 | BC | 36 | 38 |
| Octal | 122 | 274 | 314 | 74 | 10 | 0 | 24 | 274 | 66 | 70 |
| Binary | 1010010 | 10111100 | 11001100 | 111100 | 1000 | 0 | 10100 | 10111100 | 110110 | 111000 |
Color Harmonies of #52BCCC
Complementary color
Monochromatic Colors of #52BCCC
Black with #52BCCC
Text Example
Text Example
White with #52BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCCC; }
p { color: rgb(82,188,204); }
H1.HeaderClassName
{
color: #52BCCC;
}
.AnyTagClassName
{
color: #52BCCC;
}
</style>
background-color css
<style>
a { background-color: #52BCCC; }
a { background-color: rgb(82,188,204); }
div.DivClassName
{
background-color: #52BCCC;
}
.BgClassName
{
background-color: #52BCCC;
}
</style>
border-color css
<style>
span { border-color: #52BCCC; }
span { border-color: rgb(82,188,204); }
td.TdClassName
{
border-color: #52BCCC;
}
.TagClassName
{
border-color: #52BCCC;
}
</style>