Shades of Viking #52A8B9
Tints of Viking #52A8B9
RGB
CMYK
RGB Variations
Color information
#52A8B9 (or 0x52A8B9) is known color: Viking. HEX triplet: 52, A8 and B9. RGB value is (82,168,185). Sum of RGB (Red+Green+Blue) = 82+168+185=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #52A8B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8B9 is #AD5746. Grayscale: #909090. Windows color (decimal): -11360071 or 12167250. OLE color: 12167250.
HSL color Cylindrical-coordinate representation of color #52A8B9: hue angle of 189.9º 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 #52A8B9 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 168 | 185 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.27 |
| HSL | 189.9º | 0.42% | 0.52% | - |
| HSV(B) | 189.9º | 0.56% | 0.73% | - |
| XYZ | 26.24 | 33.3 | 50.94 | - |
| YUV | 144.22 | 151.01 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 185 | 0.56 | 0.09 | 0 | 0.27 | 189.9 | 0.42 | 0.52 |
| Hex | 52 | A8 | B9 | 38 | 9 | 0 | 1B | BE | 2A | 34 |
| Octal | 122 | 250 | 271 | 70 | 11 | 0 | 33 | 276 | 52 | 64 |
| Binary | 1010010 | 10101000 | 10111001 | 111000 | 1001 | 0 | 11011 | 10111110 | 101010 | 110100 |
Color Harmonies of #52A8B9
Complementary color
Monochromatic Colors of #52A8B9
Black with #52A8B9
Text Example
Text Example
White with #52A8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8B9; }
p { color: rgb(82,168,185); }
H1.HeaderClassName
{
color: #52A8B9;
}
.AnyTagClassName
{
color: #52A8B9;
}
</style>
background-color css
<style>
a { background-color: #52A8B9; }
a { background-color: rgb(82,168,185); }
div.DivClassName
{
background-color: #52A8B9;
}
.BgClassName
{
background-color: #52A8B9;
}
</style>
border-color css
<style>
span { border-color: #52A8B9; }
span { border-color: rgb(82,168,185); }
td.TdClassName
{
border-color: #52A8B9;
}
.TagClassName
{
border-color: #52A8B9;
}
</style>