Shades of Viking #52AFCE
Tints of Viking #52AFCE
RGB
CMYK
RGB Variations
Color information
#52AFCE (or 0x52AFCE) is known color: Viking. HEX triplet: 52, AF and CE. RGB value is (82,175,206). Sum of RGB (Red+Green+Blue) = 82+175+206=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #52AFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFCE is #AD5031. Grayscale: #969696. Windows color (decimal): -11358258 or 13545298. OLE color: 13545298.
HSL color Cylindrical-coordinate representation of color #52AFCE: hue angle of 195º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AFCE is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 175 | 206 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.19 |
| HSL | 195º | 0.56% | 0.56% | - |
| HSV(B) | 195º | 0.6% | 0.81% | - |
| XYZ | 29.95 | 36.91 | 63.94 | - |
| YUV | 150.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 206 | 0.60 | 0.15 | 0 | 0.19 | 195 | 0.56 | 0.56 |
| Hex | 52 | AF | CE | 3C | F | 0 | 13 | C3 | 38 | 38 |
| Octal | 122 | 257 | 316 | 74 | 17 | 0 | 23 | 303 | 70 | 70 |
| Binary | 1010010 | 10101111 | 11001110 | 111100 | 1111 | 0 | 10011 | 11000011 | 111000 | 111000 |
Color Harmonies of #52AFCE
Complementary color
Monochromatic Colors of #52AFCE
Black with #52AFCE
Text Example
Text Example
White with #52AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFCE; }
p { color: rgb(82,175,206); }
H1.HeaderClassName
{
color: #52AFCE;
}
.AnyTagClassName
{
color: #52AFCE;
}
</style>
background-color css
<style>
a { background-color: #52AFCE; }
a { background-color: rgb(82,175,206); }
div.DivClassName
{
background-color: #52AFCE;
}
.BgClassName
{
background-color: #52AFCE;
}
</style>
border-color css
<style>
span { border-color: #52AFCE; }
span { border-color: rgb(82,175,206); }
td.TdClassName
{
border-color: #52AFCE;
}
.TagClassName
{
border-color: #52AFCE;
}
</style>