Shades of Viking #53ADC0
Tints of Viking #53ADC0
RGB
CMYK
RGB Variations
Color information
#53ADC0 (or 0x53ADC0) is known color: Viking. HEX triplet: 53, AD and C0. RGB value is (83,173,192). Sum of RGB (Red+Green+Blue) = 83+173+192=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #53ADC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADC0 is #AC523F. Grayscale: #949494. Windows color (decimal): -11293248 or 12627283. OLE color: 12627283.
HSL color Cylindrical-coordinate representation of color #53ADC0: hue angle of 190.46º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53ADC0 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 173 | 192 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.25 |
| HSL | 190.46º | 0.46% | 0.54% | - |
| HSV(B) | 190.46º | 0.57% | 0.75% | - |
| XYZ | 28.03 | 35.53 | 55.25 | - |
| YUV | 148.26 | 152.68 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 192 | 0.57 | 0.10 | 0 | 0.25 | 190.46 | 0.46 | 0.54 |
| Hex | 53 | AD | C0 | 39 | A | 0 | 19 | BE | 2E | 36 |
| Octal | 123 | 255 | 300 | 71 | 12 | 0 | 31 | 276 | 56 | 66 |
| Binary | 1010011 | 10101101 | 11000000 | 111001 | 1010 | 0 | 11001 | 10111110 | 101110 | 110110 |
Color Harmonies of #53ADC0
Complementary color
Monochromatic Colors of #53ADC0
Black with #53ADC0
Text Example
Text Example
White with #53ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADC0; }
p { color: rgb(83,173,192); }
H1.HeaderClassName
{
color: #53ADC0;
}
.AnyTagClassName
{
color: #53ADC0;
}
</style>
background-color css
<style>
a { background-color: #53ADC0; }
a { background-color: rgb(83,173,192); }
div.DivClassName
{
background-color: #53ADC0;
}
.BgClassName
{
background-color: #53ADC0;
}
</style>
border-color css
<style>
span { border-color: #53ADC0; }
span { border-color: rgb(83,173,192); }
td.TdClassName
{
border-color: #53ADC0;
}
.TagClassName
{
border-color: #53ADC0;
}
</style>