Shades of Viking #52B2CC
Tints of Viking #52B2CC
RGB
CMYK
RGB Variations
Color information
#52B2CC (or 0x52B2CC) is known color: Viking. HEX triplet: 52, B2 and CC. RGB value is (82,178,204). Sum of RGB (Red+Green+Blue) = 82+178+204=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #52B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2CC is #AD4D33. Grayscale: #989898. Windows color (decimal): -11357492 or 13414994. OLE color: 13414994.
HSL color Cylindrical-coordinate representation of color #52B2CC: hue angle of 192.79º 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 #52B2CC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 178 | 204 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.2 |
| HSL | 192.79º | 0.54% | 0.56% | - |
| HSV(B) | 192.79º | 0.6% | 0.8% | - |
| XYZ | 30.3 | 37.99 | 62.86 | - |
| YUV | 152.26 | 157.2 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 178 | 204 | 0.60 | 0.13 | 0 | 0.2 | 192.79 | 0.54 | 0.56 |
| Hex | 52 | B2 | CC | 3C | D | 0 | 14 | C1 | 36 | 38 |
| Octal | 122 | 262 | 314 | 74 | 15 | 0 | 24 | 301 | 66 | 70 |
| Binary | 1010010 | 10110010 | 11001100 | 111100 | 1101 | 0 | 10100 | 11000001 | 110110 | 111000 |
Color Harmonies of #52B2CC
Complementary color
Monochromatic Colors of #52B2CC
Black with #52B2CC
Text Example
Text Example
White with #52B2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B2CC; }
p { color: rgb(82,178,204); }
H1.HeaderClassName
{
color: #52B2CC;
}
.AnyTagClassName
{
color: #52B2CC;
}
</style>
background-color css
<style>
a { background-color: #52B2CC; }
a { background-color: rgb(82,178,204); }
div.DivClassName
{
background-color: #52B2CC;
}
.BgClassName
{
background-color: #52B2CC;
}
</style>
border-color css
<style>
span { border-color: #52B2CC; }
span { border-color: rgb(82,178,204); }
td.TdClassName
{
border-color: #52B2CC;
}
.TagClassName
{
border-color: #52B2CC;
}
</style>