Shades of Viking #52AFB8
Tints of Viking #52AFB8
RGB
CMYK
RGB Variations
Color information
#52AFB8 (or 0x52AFB8) is known color: Viking. HEX triplet: 52, AF and B8. RGB value is (82,175,184). Sum of RGB (Red+Green+Blue) = 82+175+184=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 184 (72.27% from 255 or 41.72% from 441); Max value from RGB is 184 - color contains mainly: blue. Hex color #52AFB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFB8 is #AD5047. Grayscale: #949494. Windows color (decimal): -11358280 or 12103506. OLE color: 12103506.
HSL color Cylindrical-coordinate representation of color #52AFB8: hue angle of 185.29º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52AFB8 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 82 | 175 | 184 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.28 |
| HSL | 185.29º | 0.42% | 0.52% | - |
| HSV(B) | 185.29º | 0.55% | 0.72% | - |
| XYZ | 27.46 | 35.91 | 50.83 | - |
| YUV | 148.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 184 | 0.55 | 0.05 | 0 | 0.28 | 185.29 | 0.42 | 0.52 |
| Hex | 52 | AF | B8 | 37 | 5 | 0 | 1C | B9 | 2A | 34 |
| Octal | 122 | 257 | 270 | 67 | 5 | 0 | 34 | 271 | 52 | 64 |
| Binary | 1010010 | 10101111 | 10111000 | 110111 | 101 | 0 | 11100 | 10111001 | 101010 | 110100 |
Color Harmonies of #52AFB8
Complementary color
Monochromatic Colors of #52AFB8
Black with #52AFB8
Text Example
Text Example
White with #52AFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFB8; }
p { color: rgb(82,175,184); }
H1.HeaderClassName
{
color: #52AFB8;
}
.AnyTagClassName
{
color: #52AFB8;
}
</style>
background-color css
<style>
a { background-color: #52AFB8; }
a { background-color: rgb(82,175,184); }
div.DivClassName
{
background-color: #52AFB8;
}
.BgClassName
{
background-color: #52AFB8;
}
</style>
border-color css
<style>
span { border-color: #52AFB8; }
span { border-color: rgb(82,175,184); }
td.TdClassName
{
border-color: #52AFB8;
}
.TagClassName
{
border-color: #52AFB8;
}
</style>