Shades of Viking #53ADC5
Tints of Viking #53ADC5
RGB
CMYK
RGB Variations
Color information
#53ADC5 (or 0x53ADC5) is known color: Viking. HEX triplet: 53, AD and C5. RGB value is (83,173,197). Sum of RGB (Red+Green+Blue) = 83+173+197=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #53ADC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADC5 is #AC523A. Grayscale: #949494. Windows color (decimal): -11293243 or 12954963. OLE color: 12954963.
HSL color Cylindrical-coordinate representation of color #53ADC5: hue angle of 192.63º 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 #53ADC5 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 173 | 197 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.23 |
| HSL | 192.63º | 0.5% | 0.55% | - |
| HSV(B) | 192.63º | 0.58% | 0.77% | - |
| XYZ | 28.59 | 35.76 | 58.22 | - |
| YUV | 148.83 | 155.18 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 197 | 0.58 | 0.12 | 0 | 0.23 | 192.63 | 0.5 | 0.55 |
| Hex | 53 | AD | C5 | 3A | C | 0 | 17 | C1 | 32 | 37 |
| Octal | 123 | 255 | 305 | 72 | 14 | 0 | 27 | 301 | 62 | 67 |
| Binary | 1010011 | 10101101 | 11000101 | 111010 | 1100 | 0 | 10111 | 11000001 | 110010 | 110111 |
Color Harmonies of #53ADC5
Complementary color
Monochromatic Colors of #53ADC5
Black with #53ADC5
Text Example
Text Example
White with #53ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADC5; }
p { color: rgb(83,173,197); }
H1.HeaderClassName
{
color: #53ADC5;
}
.AnyTagClassName
{
color: #53ADC5;
}
</style>
background-color css
<style>
a { background-color: #53ADC5; }
a { background-color: rgb(83,173,197); }
div.DivClassName
{
background-color: #53ADC5;
}
.BgClassName
{
background-color: #53ADC5;
}
</style>
border-color css
<style>
span { border-color: #53ADC5; }
span { border-color: rgb(83,173,197); }
td.TdClassName
{
border-color: #53ADC5;
}
.TagClassName
{
border-color: #53ADC5;
}
</style>