Shades of Viking #52A7BD
Tints of Viking #52A7BD
RGB
CMYK
RGB Variations
Color information
#52A7BD (or 0x52A7BD) is known color: Viking. HEX triplet: 52, A7 and BD. RGB value is (82,167,189). Sum of RGB (Red+Green+Blue) = 82+167+189=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #52A7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A7BD is #AD5842. Grayscale: #8F8F8F. Windows color (decimal): -11360323 or 12429138. OLE color: 12429138.
HSL color Cylindrical-coordinate representation of color #52A7BD: hue angle of 192.34º 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 #52A7BD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 167 | 189 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.26 |
| HSL | 192.34º | 0.45% | 0.53% | - |
| HSV(B) | 192.34º | 0.57% | 0.74% | - |
| XYZ | 26.48 | 33.11 | 53.14 | - |
| YUV | 144.09 | 153.34 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 189 | 0.57 | 0.12 | 0 | 0.26 | 192.34 | 0.45 | 0.53 |
| Hex | 52 | A7 | BD | 39 | C | 0 | 1A | C0 | 2D | 35 |
| Octal | 122 | 247 | 275 | 71 | 14 | 0 | 32 | 300 | 55 | 65 |
| Binary | 1010010 | 10100111 | 10111101 | 111001 | 1100 | 0 | 11010 | 11000000 | 101101 | 110101 |
Color Harmonies of #52A7BD
Complementary color
Monochromatic Colors of #52A7BD
Black with #52A7BD
Text Example
Text Example
White with #52A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A7BD; }
p { color: rgb(82,167,189); }
H1.HeaderClassName
{
color: #52A7BD;
}
.AnyTagClassName
{
color: #52A7BD;
}
</style>
background-color css
<style>
a { background-color: #52A7BD; }
a { background-color: rgb(82,167,189); }
div.DivClassName
{
background-color: #52A7BD;
}
.BgClassName
{
background-color: #52A7BD;
}
</style>
border-color css
<style>
span { border-color: #52A7BD; }
span { border-color: rgb(82,167,189); }
td.TdClassName
{
border-color: #52A7BD;
}
.TagClassName
{
border-color: #52A7BD;
}
</style>