Shades of Viking #52A8BD
Tints of Viking #52A8BD
RGB
CMYK
RGB Variations
Color information
#52A8BD (or 0x52A8BD) is known color: Viking. HEX triplet: 52, A8 and BD. RGB value is (82,168,189). Sum of RGB (Red+Green+Blue) = 82+168+189=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #52A8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8BD is #AD5742. Grayscale: #909090. Windows color (decimal): -11360067 or 12429394. OLE color: 12429394.
HSL color Cylindrical-coordinate representation of color #52A8BD: hue angle of 191.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A8BD is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 168 | 189 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.26 |
| HSL | 191.78º | 0.45% | 0.53% | - |
| HSV(B) | 191.78º | 0.57% | 0.74% | - |
| XYZ | 26.67 | 33.47 | 53.2 | - |
| YUV | 144.68 | 153.01 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 189 | 0.57 | 0.11 | 0 | 0.26 | 191.78 | 0.45 | 0.53 |
| Hex | 52 | A8 | BD | 39 | B | 0 | 1A | C0 | 2D | 35 |
| Octal | 122 | 250 | 275 | 71 | 13 | 0 | 32 | 300 | 55 | 65 |
| Binary | 1010010 | 10101000 | 10111101 | 111001 | 1011 | 0 | 11010 | 11000000 | 101101 | 110101 |
Color Harmonies of #52A8BD
Complementary color
Monochromatic Colors of #52A8BD
Black with #52A8BD
Text Example
Text Example
White with #52A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8BD; }
p { color: rgb(82,168,189); }
H1.HeaderClassName
{
color: #52A8BD;
}
.AnyTagClassName
{
color: #52A8BD;
}
</style>
background-color css
<style>
a { background-color: #52A8BD; }
a { background-color: rgb(82,168,189); }
div.DivClassName
{
background-color: #52A8BD;
}
.BgClassName
{
background-color: #52A8BD;
}
</style>
border-color css
<style>
span { border-color: #52A8BD; }
span { border-color: rgb(82,168,189); }
td.TdClassName
{
border-color: #52A8BD;
}
.TagClassName
{
border-color: #52A8BD;
}
</style>