Shades of Viking #52ADC1
Tints of Viking #52ADC1
RGB
CMYK
RGB Variations
Color information
#52ADC1 (or 0x52ADC1) is known color: Viking. HEX triplet: 52, AD and C1. RGB value is (82,173,193). Sum of RGB (Red+Green+Blue) = 82+173+193=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #52ADC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADC1 is #AD523E. Grayscale: #939393. Windows color (decimal): -11358783 or 12692818. OLE color: 12692818.
HSL color Cylindrical-coordinate representation of color #52ADC1: hue angle of 190.81º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52ADC1 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 173 | 193 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.24 |
| HSL | 190.81º | 0.47% | 0.54% | - |
| HSV(B) | 190.81º | 0.58% | 0.76% | - |
| XYZ | 28.05 | 35.53 | 55.83 | - |
| YUV | 148.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 173 | 193 | 0.58 | 0.10 | 0 | 0.24 | 190.81 | 0.47 | 0.54 |
| Hex | 52 | AD | C1 | 3A | A | 0 | 18 | BF | 2F | 36 |
| Octal | 122 | 255 | 301 | 72 | 12 | 0 | 30 | 277 | 57 | 66 |
| Binary | 1010010 | 10101101 | 11000001 | 111010 | 1010 | 0 | 11000 | 10111111 | 101111 | 110110 |
Color Harmonies of #52ADC1
Complementary color
Monochromatic Colors of #52ADC1
Black with #52ADC1
Text Example
Text Example
White with #52ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ADC1; }
p { color: rgb(82,173,193); }
H1.HeaderClassName
{
color: #52ADC1;
}
.AnyTagClassName
{
color: #52ADC1;
}
</style>
background-color css
<style>
a { background-color: #52ADC1; }
a { background-color: rgb(82,173,193); }
div.DivClassName
{
background-color: #52ADC1;
}
.BgClassName
{
background-color: #52ADC1;
}
</style>
border-color css
<style>
span { border-color: #52ADC1; }
span { border-color: rgb(82,173,193); }
td.TdClassName
{
border-color: #52ADC1;
}
.TagClassName
{
border-color: #52ADC1;
}
</style>