Shades of Viking #52AED0
Tints of Viking #52AED0
RGB
CMYK
RGB Variations
Color information
#52AED0 (or 0x52AED0) is known color: Viking. HEX triplet: 52, AE and D0. RGB value is (82,174,208). Sum of RGB (Red+Green+Blue) = 82+174+208=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 174 (68.36% from 255 or 37.5% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #52AED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AED0 is #AD512F. Grayscale: #969696. Windows color (decimal): -11358512 or 13676114. OLE color: 13676114.
HSL color Cylindrical-coordinate representation of color #52AED0: hue angle of 196.19º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52AED0 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 174 | 208 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.18 |
| HSL | 196.19º | 0.57% | 0.57% | - |
| HSV(B) | 196.19º | 0.61% | 0.82% | - |
| XYZ | 30 | 36.62 | 65.16 | - |
| YUV | 150.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 208 | 0.61 | 0.16 | 0 | 0.18 | 196.19 | 0.57 | 0.57 |
| Hex | 52 | AE | D0 | 3D | 10 | 0 | 12 | C4 | 39 | 39 |
| Octal | 122 | 256 | 320 | 75 | 20 | 0 | 22 | 304 | 71 | 71 |
| Binary | 1010010 | 10101110 | 11010000 | 111101 | 10000 | 0 | 10010 | 11000100 | 111001 | 111001 |
Color Harmonies of #52AED0
Complementary color
Monochromatic Colors of #52AED0
Black with #52AED0
Text Example
Text Example
White with #52AED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AED0; }
p { color: rgb(82,174,208); }
H1.HeaderClassName
{
color: #52AED0;
}
.AnyTagClassName
{
color: #52AED0;
}
</style>
background-color css
<style>
a { background-color: #52AED0; }
a { background-color: rgb(82,174,208); }
div.DivClassName
{
background-color: #52AED0;
}
.BgClassName
{
background-color: #52AED0;
}
</style>
border-color css
<style>
span { border-color: #52AED0; }
span { border-color: rgb(82,174,208); }
td.TdClassName
{
border-color: #52AED0;
}
.TagClassName
{
border-color: #52AED0;
}
</style>