Shades of Viking #53A8BA
Tints of Viking #53A8BA
RGB
CMYK
RGB Variations
Color information
#53A8BA (or 0x53A8BA) is known color: Viking. HEX triplet: 53, A8 and BA. RGB value is (83,168,186). Sum of RGB (Red+Green+Blue) = 83+168+186=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #53A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8BA is #AC5745. Grayscale: #909090. Windows color (decimal): -11294534 or 12232787. OLE color: 12232787.
HSL color Cylindrical-coordinate representation of color #53A8BA: hue angle of 190.49º 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 #53A8BA is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 168 | 186 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.27 |
| HSL | 190.49º | 0.43% | 0.53% | - |
| HSV(B) | 190.49º | 0.55% | 0.73% | - |
| XYZ | 26.43 | 33.39 | 51.51 | - |
| YUV | 144.64 | 151.34 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 186 | 0.55 | 0.10 | 0 | 0.27 | 190.49 | 0.43 | 0.53 |
| Hex | 53 | A8 | BA | 37 | A | 0 | 1B | BE | 2B | 35 |
| Octal | 123 | 250 | 272 | 67 | 12 | 0 | 33 | 276 | 53 | 65 |
| Binary | 1010011 | 10101000 | 10111010 | 110111 | 1010 | 0 | 11011 | 10111110 | 101011 | 110101 |
Color Harmonies of #53A8BA
Complementary color
Monochromatic Colors of #53A8BA
Black with #53A8BA
Text Example
Text Example
White with #53A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8BA; }
p { color: rgb(83,168,186); }
H1.HeaderClassName
{
color: #53A8BA;
}
.AnyTagClassName
{
color: #53A8BA;
}
</style>
background-color css
<style>
a { background-color: #53A8BA; }
a { background-color: rgb(83,168,186); }
div.DivClassName
{
background-color: #53A8BA;
}
.BgClassName
{
background-color: #53A8BA;
}
</style>
border-color css
<style>
span { border-color: #53A8BA; }
span { border-color: rgb(83,168,186); }
td.TdClassName
{
border-color: #53A8BA;
}
.TagClassName
{
border-color: #53A8BA;
}
</style>