Shades of Viking #52AFCA
Tints of Viking #52AFCA
RGB
CMYK
RGB Variations
Color information
#52AFCA (or 0x52AFCA) is known color: Viking. HEX triplet: 52, AF and CA. RGB value is (82,175,202). Sum of RGB (Red+Green+Blue) = 82+175+202=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #52AFCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFCA is #AD5035. Grayscale: #969696. Windows color (decimal): -11358262 or 13283154. OLE color: 13283154.
HSL color Cylindrical-coordinate representation of color #52AFCA: hue angle of 193.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52AFCA is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 175 | 202 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.21 |
| HSL | 193.5º | 0.53% | 0.56% | - |
| HSV(B) | 193.5º | 0.59% | 0.79% | - |
| XYZ | 29.47 | 36.72 | 61.41 | - |
| YUV | 150.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 202 | 0.59 | 0.13 | 0 | 0.21 | 193.5 | 0.53 | 0.56 |
| Hex | 52 | AF | CA | 3B | D | 0 | 15 | C2 | 35 | 38 |
| Octal | 122 | 257 | 312 | 73 | 15 | 0 | 25 | 302 | 65 | 70 |
| Binary | 1010010 | 10101111 | 11001010 | 111011 | 1101 | 0 | 10101 | 11000010 | 110101 | 111000 |
Color Harmonies of #52AFCA
Complementary color
Monochromatic Colors of #52AFCA
Black with #52AFCA
Text Example
Text Example
White with #52AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFCA; }
p { color: rgb(82,175,202); }
H1.HeaderClassName
{
color: #52AFCA;
}
.AnyTagClassName
{
color: #52AFCA;
}
</style>
background-color css
<style>
a { background-color: #52AFCA; }
a { background-color: rgb(82,175,202); }
div.DivClassName
{
background-color: #52AFCA;
}
.BgClassName
{
background-color: #52AFCA;
}
</style>
border-color css
<style>
span { border-color: #52AFCA; }
span { border-color: rgb(82,175,202); }
td.TdClassName
{
border-color: #52AFCA;
}
.TagClassName
{
border-color: #52AFCA;
}
</style>