Shades of Viking #53AABA
Tints of Viking #53AABA
RGB
CMYK
RGB Variations
Color information
#53AABA (or 0x53AABA) is known color: Viking. HEX triplet: 53, AA and BA. RGB value is (83,170,186). Sum of RGB (Red+Green+Blue) = 83+170+186=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #53AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AABA is #AC5545. Grayscale: #919191. Windows color (decimal): -11294022 or 12233299. OLE color: 12233299.
HSL color Cylindrical-coordinate representation of color #53AABA: hue angle of 189.32º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53AABA is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 170 | 186 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.27 |
| HSL | 189.32º | 0.43% | 0.53% | - |
| HSV(B) | 189.32º | 0.55% | 0.73% | - |
| XYZ | 26.8 | 34.13 | 51.63 | - |
| YUV | 145.81 | 150.68 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 186 | 0.55 | 0.09 | 0 | 0.27 | 189.32 | 0.43 | 0.53 |
| Hex | 53 | AA | BA | 37 | 9 | 0 | 1B | BD | 2B | 35 |
| Octal | 123 | 252 | 272 | 67 | 11 | 0 | 33 | 275 | 53 | 65 |
| Binary | 1010011 | 10101010 | 10111010 | 110111 | 1001 | 0 | 11011 | 10111101 | 101011 | 110101 |
Color Harmonies of #53AABA
Complementary color
Monochromatic Colors of #53AABA
Black with #53AABA
Text Example
Text Example
White with #53AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AABA; }
p { color: rgb(83,170,186); }
H1.HeaderClassName
{
color: #53AABA;
}
.AnyTagClassName
{
color: #53AABA;
}
</style>
background-color css
<style>
a { background-color: #53AABA; }
a { background-color: rgb(83,170,186); }
div.DivClassName
{
background-color: #53AABA;
}
.BgClassName
{
background-color: #53AABA;
}
</style>
border-color css
<style>
span { border-color: #53AABA; }
span { border-color: rgb(83,170,186); }
td.TdClassName
{
border-color: #53AABA;
}
.TagClassName
{
border-color: #53AABA;
}
</style>