Shades of Viking #52AED7
Tints of Viking #52AED7
RGB
CMYK
RGB Variations
Color information
#52AED7 (or 0x52AED7) is known color: Viking. HEX triplet: 52, AE and D7. RGB value is (82,174,215). Sum of RGB (Red+Green+Blue) = 82+174+215=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #52AED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AED7 is #AD5128. Grayscale: #969696. Windows color (decimal): -11358505 or 14134866. OLE color: 14134866.
HSL color Cylindrical-coordinate representation of color #52AED7: hue angle of 198.5º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52AED7 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 174 | 215 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.16 |
| HSL | 198.5º | 0.62% | 0.58% | - |
| HSV(B) | 198.5º | 0.62% | 0.84% | - |
| XYZ | 30.88 | 36.97 | 69.8 | - |
| YUV | 151.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 174 | 215 | 0.62 | 0.19 | 0 | 0.16 | 198.5 | 0.62 | 0.58 |
| Hex | 52 | AE | D7 | 3E | 13 | 0 | 10 | C6 | 3E | 3A |
| Octal | 122 | 256 | 327 | 76 | 23 | 0 | 20 | 306 | 76 | 72 |
| Binary | 1010010 | 10101110 | 11010111 | 111110 | 10011 | 0 | 10000 | 11000110 | 111110 | 111010 |
Color Harmonies of #52AED7
Complementary color
Monochromatic Colors of #52AED7
Black with #52AED7
Text Example
Text Example
White with #52AED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AED7; }
p { color: rgb(82,174,215); }
H1.HeaderClassName
{
color: #52AED7;
}
.AnyTagClassName
{
color: #52AED7;
}
</style>
background-color css
<style>
a { background-color: #52AED7; }
a { background-color: rgb(82,174,215); }
div.DivClassName
{
background-color: #52AED7;
}
.BgClassName
{
background-color: #52AED7;
}
</style>
border-color css
<style>
span { border-color: #52AED7; }
span { border-color: rgb(82,174,215); }
td.TdClassName
{
border-color: #52AED7;
}
.TagClassName
{
border-color: #52AED7;
}
</style>