Shades of Viking #52ADC5
Tints of Viking #52ADC5
RGB
CMYK
RGB Variations
Color information
#52ADC5 (or 0x52ADC5) is known color: Viking. HEX triplet: 52, AD and C5. RGB value is (82,173,197). Sum of RGB (Red+Green+Blue) = 82+173+197=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #52ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADC5 is #AD523A. Grayscale: #949494. Windows color (decimal): -11358779 or 12954962. OLE color: 12954962.
HSL color Cylindrical-coordinate representation of color #52ADC5: hue angle of 192.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52ADC5 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 173 | 197 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.23 |
| HSL | 192.52º | 0.5% | 0.55% | - |
| HSV(B) | 192.52º | 0.58% | 0.77% | - |
| XYZ | 28.5 | 35.71 | 58.21 | - |
| YUV | 148.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 197 | 0.58 | 0.12 | 0 | 0.23 | 192.52 | 0.5 | 0.55 |
| Hex | 52 | AD | C5 | 3A | C | 0 | 17 | C1 | 32 | 37 |
| Octal | 122 | 255 | 305 | 72 | 14 | 0 | 27 | 301 | 62 | 67 |
| Binary | 1010010 | 10101101 | 11000101 | 111010 | 1100 | 0 | 10111 | 11000001 | 110010 | 110111 |
Color Harmonies of #52ADC5
Complementary color
Monochromatic Colors of #52ADC5
Black with #52ADC5
Text Example
Text Example
White with #52ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADC5; }
p { color: rgb(82,173,197); }
H1.HeaderClassName
{
color: #52ADC5;
}
.AnyTagClassName
{
color: #52ADC5;
}
</style>
background-color css
<style>
a { background-color: #52ADC5; }
a { background-color: rgb(82,173,197); }
div.DivClassName
{
background-color: #52ADC5;
}
.BgClassName
{
background-color: #52ADC5;
}
</style>
border-color css
<style>
span { border-color: #52ADC5; }
span { border-color: rgb(82,173,197); }
td.TdClassName
{
border-color: #52ADC5;
}
.TagClassName
{
border-color: #52ADC5;
}
</style>