Shades of Viking #53ABC1
Tints of Viking #53ABC1
RGB
CMYK
RGB Variations
Color information
#53ABC1 (or 0x53ABC1) is known color: Viking. HEX triplet: 53, AB and C1. RGB value is (83,171,193). Sum of RGB (Red+Green+Blue) = 83+171+193=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 171 (67.19% from 255 or 38.26% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #53ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABC1 is #AC543E. Grayscale: #939393. Windows color (decimal): -11293759 or 12692307. OLE color: 12692307.
HSL color Cylindrical-coordinate representation of color #53ABC1: hue angle of 192º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53ABC1 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 171 | 193 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.24 |
| HSL | 192º | 0.47% | 0.54% | - |
| HSV(B) | 192º | 0.57% | 0.76% | - |
| XYZ | 27.76 | 34.82 | 55.71 | - |
| YUV | 147.2 | 153.85 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 193 | 0.57 | 0.11 | 0 | 0.24 | 192 | 0.47 | 0.54 |
| Hex | 53 | AB | C1 | 39 | B | 0 | 18 | C0 | 2F | 36 |
| Octal | 123 | 253 | 301 | 71 | 13 | 0 | 30 | 300 | 57 | 66 |
| Binary | 1010011 | 10101011 | 11000001 | 111001 | 1011 | 0 | 11000 | 11000000 | 101111 | 110110 |
Color Harmonies of #53ABC1
Complementary color
Monochromatic Colors of #53ABC1
Black with #53ABC1
Text Example
Text Example
White with #53ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABC1; }
p { color: rgb(83,171,193); }
H1.HeaderClassName
{
color: #53ABC1;
}
.AnyTagClassName
{
color: #53ABC1;
}
</style>
background-color css
<style>
a { background-color: #53ABC1; }
a { background-color: rgb(83,171,193); }
div.DivClassName
{
background-color: #53ABC1;
}
.BgClassName
{
background-color: #53ABC1;
}
</style>
border-color css
<style>
span { border-color: #53ABC1; }
span { border-color: rgb(83,171,193); }
td.TdClassName
{
border-color: #53ABC1;
}
.TagClassName
{
border-color: #53ABC1;
}
</style>