Shades of Viking #53A6BA
Tints of Viking #53A6BA
RGB
CMYK
RGB Variations
Color information
#53A6BA (or 0x53A6BA) is known color: Viking. HEX triplet: 53, A6 and BA. RGB value is (83,166,186). Sum of RGB (Red+Green+Blue) = 83+166+186=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A6BA is #AC5945. Grayscale: #8F8F8F. Windows color (decimal): -11295046 or 12232275. OLE color: 12232275.
HSL color Cylindrical-coordinate representation of color #53A6BA: hue angle of 191.65º 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 #53A6BA is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 166 | 186 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.27 |
| HSL | 191.65º | 0.43% | 0.53% | - |
| HSV(B) | 191.65º | 0.55% | 0.73% | - |
| XYZ | 26.07 | 32.66 | 51.38 | - |
| YUV | 143.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 186 | 0.55 | 0.11 | 0 | 0.27 | 191.65 | 0.43 | 0.53 |
| Hex | 53 | A6 | BA | 37 | B | 0 | 1B | C0 | 2B | 35 |
| Octal | 123 | 246 | 272 | 67 | 13 | 0 | 33 | 300 | 53 | 65 |
| Binary | 1010011 | 10100110 | 10111010 | 110111 | 1011 | 0 | 11011 | 11000000 | 101011 | 110101 |
Color Harmonies of #53A6BA
Complementary color
Monochromatic Colors of #53A6BA
Black with #53A6BA
Text Example
Text Example
White with #53A6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A6BA; }
p { color: rgb(83,166,186); }
H1.HeaderClassName
{
color: #53A6BA;
}
.AnyTagClassName
{
color: #53A6BA;
}
</style>
background-color css
<style>
a { background-color: #53A6BA; }
a { background-color: rgb(83,166,186); }
div.DivClassName
{
background-color: #53A6BA;
}
.BgClassName
{
background-color: #53A6BA;
}
</style>
border-color css
<style>
span { border-color: #53A6BA; }
span { border-color: rgb(83,166,186); }
td.TdClassName
{
border-color: #53A6BA;
}
.TagClassName
{
border-color: #53A6BA;
}
</style>