Shades of Viking #53ABC2
Tints of Viking #53ABC2
RGB
CMYK
RGB Variations
Color information
#53ABC2 (or 0x53ABC2) is known color: Viking. HEX triplet: 53, AB and C2. RGB value is (83,171,194). Sum of RGB (Red+Green+Blue) = 83+171+194=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #53ABC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABC2 is #AC543D. Grayscale: #939393. Windows color (decimal): -11293758 or 12757843. OLE color: 12757843.
HSL color Cylindrical-coordinate representation of color #53ABC2: hue angle of 192.43º degrees, saturation: 0.48, 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 #53ABC2 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 171 | 194 | - |
| CMYK | 0.57 | 0.12 | 0 | 0.24 |
| HSL | 192.43º | 0.48% | 0.54% | - |
| HSV(B) | 192.43º | 0.57% | 0.76% | - |
| XYZ | 27.87 | 34.86 | 56.3 | - |
| YUV | 147.31 | 154.35 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 194 | 0.57 | 0.12 | 0 | 0.24 | 192.43 | 0.48 | 0.54 |
| Hex | 53 | AB | C2 | 39 | C | 0 | 18 | C0 | 30 | 36 |
| Octal | 123 | 253 | 302 | 71 | 14 | 0 | 30 | 300 | 60 | 66 |
| Binary | 1010011 | 10101011 | 11000010 | 111001 | 1100 | 0 | 11000 | 11000000 | 110000 | 110110 |
Color Harmonies of #53ABC2
Complementary color
Monochromatic Colors of #53ABC2
Black with #53ABC2
Text Example
Text Example
White with #53ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABC2; }
p { color: rgb(83,171,194); }
H1.HeaderClassName
{
color: #53ABC2;
}
.AnyTagClassName
{
color: #53ABC2;
}
</style>
background-color css
<style>
a { background-color: #53ABC2; }
a { background-color: rgb(83,171,194); }
div.DivClassName
{
background-color: #53ABC2;
}
.BgClassName
{
background-color: #53ABC2;
}
</style>
border-color css
<style>
span { border-color: #53ABC2; }
span { border-color: rgb(83,171,194); }
td.TdClassName
{
border-color: #53ABC2;
}
.TagClassName
{
border-color: #53ABC2;
}
</style>