Shades of Viking #53A6B9
Tints of Viking #53A6B9
RGB
CMYK
RGB Variations
Color information
#53A6B9 (or 0x53A6B9) is known color: Viking. HEX triplet: 53, A6 and B9. RGB value is (83,166,185). Sum of RGB (Red+Green+Blue) = 83+166+185=434 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.12% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #53A6B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A6B9 is #AC5946. Grayscale: #8F8F8F. Windows color (decimal): -11295047 or 12166739. OLE color: 12166739.
HSL color Cylindrical-coordinate representation of color #53A6B9: hue angle of 191.18º degrees, saturation: 0.42, 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 #53A6B9 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 166 | 185 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.27 |
| HSL | 191.18º | 0.42% | 0.53% | - |
| HSV(B) | 191.18º | 0.55% | 0.73% | - |
| XYZ | 25.96 | 32.61 | 50.83 | - |
| YUV | 143.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 185 | 0.55 | 0.10 | 0 | 0.27 | 191.18 | 0.42 | 0.53 |
| Hex | 53 | A6 | B9 | 37 | A | 0 | 1B | BF | 2A | 35 |
| Octal | 123 | 246 | 271 | 67 | 12 | 0 | 33 | 277 | 52 | 65 |
| Binary | 1010011 | 10100110 | 10111001 | 110111 | 1010 | 0 | 11011 | 10111111 | 101010 | 110101 |
Color Harmonies of #53A6B9
Complementary color
Monochromatic Colors of #53A6B9
Black with #53A6B9
Text Example
Text Example
White with #53A6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A6B9; }
p { color: rgb(83,166,185); }
H1.HeaderClassName
{
color: #53A6B9;
}
.AnyTagClassName
{
color: #53A6B9;
}
</style>
background-color css
<style>
a { background-color: #53A6B9; }
a { background-color: rgb(83,166,185); }
div.DivClassName
{
background-color: #53A6B9;
}
.BgClassName
{
background-color: #53A6B9;
}
</style>
border-color css
<style>
span { border-color: #53A6B9; }
span { border-color: rgb(83,166,185); }
td.TdClassName
{
border-color: #53A6B9;
}
.TagClassName
{
border-color: #53A6B9;
}
</style>