Shades of Viking #52A5B9
Tints of Viking #52A5B9
RGB
CMYK
RGB Variations
Color information
#52A5B9 (or 0x52A5B9) is known color: Viking. HEX triplet: 52, A5 and B9. RGB value is (82,165,185). Sum of RGB (Red+Green+Blue) = 82+165+185=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #52A5B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5B9 is #AD5A46. Grayscale: #8E8E8E. Windows color (decimal): -11360839 or 12166482. OLE color: 12166482.
HSL color Cylindrical-coordinate representation of color #52A5B9: hue angle of 191.65º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A5B9 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 165 | 185 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.27 |
| HSL | 191.65º | 0.42% | 0.52% | - |
| HSV(B) | 191.65º | 0.56% | 0.73% | - |
| XYZ | 25.69 | 32.21 | 50.76 | - |
| YUV | 142.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 185 | 0.56 | 0.11 | 0 | 0.27 | 191.65 | 0.42 | 0.52 |
| Hex | 52 | A5 | B9 | 38 | B | 0 | 1B | C0 | 2A | 34 |
| Octal | 122 | 245 | 271 | 70 | 13 | 0 | 33 | 300 | 52 | 64 |
| Binary | 1010010 | 10100101 | 10111001 | 111000 | 1011 | 0 | 11011 | 11000000 | 101010 | 110100 |
Color Harmonies of #52A5B9
Complementary color
Monochromatic Colors of #52A5B9
Black with #52A5B9
Text Example
Text Example
White with #52A5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A5B9; }
p { color: rgb(82,165,185); }
H1.HeaderClassName
{
color: #52A5B9;
}
.AnyTagClassName
{
color: #52A5B9;
}
</style>
background-color css
<style>
a { background-color: #52A5B9; }
a { background-color: rgb(82,165,185); }
div.DivClassName
{
background-color: #52A5B9;
}
.BgClassName
{
background-color: #52A5B9;
}
</style>
border-color css
<style>
span { border-color: #52A5B9; }
span { border-color: rgb(82,165,185); }
td.TdClassName
{
border-color: #52A5B9;
}
.TagClassName
{
border-color: #52A5B9;
}
</style>