Shades of Viking #53ADBD
Tints of Viking #53ADBD
RGB
CMYK
RGB Variations
Color information
#53ADBD (or 0x53ADBD) is known color: Viking. HEX triplet: 53, AD and BD. RGB value is (83,173,189). Sum of RGB (Red+Green+Blue) = 83+173+189=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #53ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADBD is #AC5242. Grayscale: #939393. Windows color (decimal): -11293251 or 12430675. OLE color: 12430675.
HSL color Cylindrical-coordinate representation of color #53ADBD: hue angle of 189.06º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53ADBD is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 173 | 189 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.26 |
| HSL | 189.06º | 0.45% | 0.53% | - |
| HSV(B) | 189.06º | 0.56% | 0.74% | - |
| XYZ | 27.7 | 35.4 | 53.52 | - |
| YUV | 147.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 189 | 0.56 | 0.08 | 0 | 0.26 | 189.06 | 0.45 | 0.53 |
| Hex | 53 | AD | BD | 38 | 8 | 0 | 1A | BD | 2D | 35 |
| Octal | 123 | 255 | 275 | 70 | 10 | 0 | 32 | 275 | 55 | 65 |
| Binary | 1010011 | 10101101 | 10111101 | 111000 | 1000 | 0 | 11010 | 10111101 | 101101 | 110101 |
Color Harmonies of #53ADBD
Complementary color
Monochromatic Colors of #53ADBD
Black with #53ADBD
Text Example
Text Example
White with #53ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADBD; }
p { color: rgb(83,173,189); }
H1.HeaderClassName
{
color: #53ADBD;
}
.AnyTagClassName
{
color: #53ADBD;
}
</style>
background-color css
<style>
a { background-color: #53ADBD; }
a { background-color: rgb(83,173,189); }
div.DivClassName
{
background-color: #53ADBD;
}
.BgClassName
{
background-color: #53ADBD;
}
</style>
border-color css
<style>
span { border-color: #53ADBD; }
span { border-color: rgb(83,173,189); }
td.TdClassName
{
border-color: #53ADBD;
}
.TagClassName
{
border-color: #53ADBD;
}
</style>