Shades of Viking #52AFCD
Tints of Viking #52AFCD
RGB
CMYK
RGB Variations
Color information
#52AFCD (or 0x52AFCD) is known color: Viking. HEX triplet: 52, AF and CD. RGB value is (82,175,205). Sum of RGB (Red+Green+Blue) = 82+175+205=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #52AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFCD is #AD5032. Grayscale: #969696. Windows color (decimal): -11358259 or 13479762. OLE color: 13479762.
HSL color Cylindrical-coordinate representation of color #52AFCD: hue angle of 194.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AFCD is Cyan = 0.6, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 175 | 205 | - |
| CMYK | 0.6 | 0.15 | 0 | 0.20 |
| HSL | 194.63º | 0.55% | 0.56% | - |
| HSV(B) | 194.63º | 0.6% | 0.8% | - |
| XYZ | 29.83 | 36.86 | 63.3 | - |
| YUV | 150.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 175 | 205 | 0.6 | 0.15 | 0 | 0.20 | 194.63 | 0.55 | 0.56 |
| Hex | 52 | AF | CD | 3C | F | 0 | 14 | C3 | 37 | 38 |
| Octal | 122 | 257 | 315 | 74 | 17 | 0 | 24 | 303 | 67 | 70 |
| Binary | 1010010 | 10101111 | 11001101 | 111100 | 1111 | 0 | 10100 | 11000011 | 110111 | 111000 |
Color Harmonies of #52AFCD
Complementary color
Monochromatic Colors of #52AFCD
Black with #52AFCD
Text Example
Text Example
White with #52AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AFCD; }
p { color: rgb(82,175,205); }
H1.HeaderClassName
{
color: #52AFCD;
}
.AnyTagClassName
{
color: #52AFCD;
}
</style>
background-color css
<style>
a { background-color: #52AFCD; }
a { background-color: rgb(82,175,205); }
div.DivClassName
{
background-color: #52AFCD;
}
.BgClassName
{
background-color: #52AFCD;
}
</style>
border-color css
<style>
span { border-color: #52AFCD; }
span { border-color: rgb(82,175,205); }
td.TdClassName
{
border-color: #52AFCD;
}
.TagClassName
{
border-color: #52AFCD;
}
</style>