Shades of Viking #52A8CC
Tints of Viking #52A8CC
RGB
CMYK
RGB Variations
Color information
#52A8CC (or 0x52A8CC) is known color: Viking. HEX triplet: 52, A8 and CC. RGB value is (82,168,204). Sum of RGB (Red+Green+Blue) = 82+168+204=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 168 (66.02% from 255 or 37.00% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #52A8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8CC is #AD5733. Grayscale: #929292. Windows color (decimal): -11360052 or 13412434. OLE color: 13412434.
HSL color Cylindrical-coordinate representation of color #52A8CC: hue angle of 197.7º 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 #52A8CC is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 168 | 204 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.2 |
| HSL | 197.7º | 0.54% | 0.56% | - |
| HSV(B) | 197.7º | 0.6% | 0.8% | - |
| XYZ | 28.38 | 34.16 | 62.22 | - |
| YUV | 146.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 204 | 0.60 | 0.18 | 0 | 0.2 | 197.7 | 0.54 | 0.56 |
| Hex | 52 | A8 | CC | 3C | 12 | 0 | 14 | C6 | 36 | 38 |
| Octal | 122 | 250 | 314 | 74 | 22 | 0 | 24 | 306 | 66 | 70 |
| Binary | 1010010 | 10101000 | 11001100 | 111100 | 10010 | 0 | 10100 | 11000110 | 110110 | 111000 |
Color Harmonies of #52A8CC
Complementary color
Monochromatic Colors of #52A8CC
Black with #52A8CC
Text Example
Text Example
White with #52A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8CC; }
p { color: rgb(82,168,204); }
H1.HeaderClassName
{
color: #52A8CC;
}
.AnyTagClassName
{
color: #52A8CC;
}
</style>
background-color css
<style>
a { background-color: #52A8CC; }
a { background-color: rgb(82,168,204); }
div.DivClassName
{
background-color: #52A8CC;
}
.BgClassName
{
background-color: #52A8CC;
}
</style>
border-color css
<style>
span { border-color: #52A8CC; }
span { border-color: rgb(82,168,204); }
td.TdClassName
{
border-color: #52A8CC;
}
.TagClassName
{
border-color: #52A8CC;
}
</style>