Shades of Viking #53ADCD
Tints of Viking #53ADCD
RGB
CMYK
RGB Variations
Color information
#53ADCD (or 0x53ADCD) is known color: Viking. HEX triplet: 53, AD and CD. RGB value is (83,173,205). Sum of RGB (Red+Green+Blue) = 83+173+205=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #53ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADCD is #AC5232. Grayscale: #959595. Windows color (decimal): -11293235 or 13479251. OLE color: 13479251.
HSL color Cylindrical-coordinate representation of color #53ADCD: hue angle of 195.74º 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 #53ADCD is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 173 | 205 | - |
| CMYK | 0.60 | 0.16 | 0 | 0.20 |
| HSL | 195.74º | 0.55% | 0.56% | - |
| HSV(B) | 195.74º | 0.6% | 0.8% | - |
| XYZ | 29.53 | 36.13 | 63.18 | - |
| YUV | 149.74 | 159.18 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 205 | 0.60 | 0.16 | 0 | 0.20 | 195.74 | 0.55 | 0.56 |
| Hex | 53 | AD | CD | 3C | 10 | 0 | 14 | C4 | 37 | 38 |
| Octal | 123 | 255 | 315 | 74 | 20 | 0 | 24 | 304 | 67 | 70 |
| Binary | 1010011 | 10101101 | 11001101 | 111100 | 10000 | 0 | 10100 | 11000100 | 110111 | 111000 |
Color Harmonies of #53ADCD
Complementary color
Monochromatic Colors of #53ADCD
Black with #53ADCD
Text Example
Text Example
White with #53ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADCD; }
p { color: rgb(83,173,205); }
H1.HeaderClassName
{
color: #53ADCD;
}
.AnyTagClassName
{
color: #53ADCD;
}
</style>
background-color css
<style>
a { background-color: #53ADCD; }
a { background-color: rgb(83,173,205); }
div.DivClassName
{
background-color: #53ADCD;
}
.BgClassName
{
background-color: #53ADCD;
}
</style>
border-color css
<style>
span { border-color: #53ADCD; }
span { border-color: rgb(83,173,205); }
td.TdClassName
{
border-color: #53ADCD;
}
.TagClassName
{
border-color: #53ADCD;
}
</style>