Shades of Viking #53ABCB
Tints of Viking #53ABCB
RGB
CMYK
RGB Variations
Color information
#53ABCB (or 0x53ABCB) is known color: Viking. HEX triplet: 53, AB and CB. RGB value is (83,171,203). Sum of RGB (Red+Green+Blue) = 83+171+203=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #53ABCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABCB is #AC5434. Grayscale: #949494. Windows color (decimal): -11293749 or 13347667. OLE color: 13347667.
HSL color Cylindrical-coordinate representation of color #53ABCB: hue angle of 196º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53ABCB is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 171 | 203 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.20 |
| HSL | 196º | 0.54% | 0.56% | - |
| HSV(B) | 196º | 0.59% | 0.8% | - |
| XYZ | 28.91 | 35.28 | 61.79 | - |
| YUV | 148.34 | 158.85 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 203 | 0.59 | 0.16 | 0 | 0.20 | 196 | 0.54 | 0.56 |
| Hex | 53 | AB | CB | 3B | 10 | 0 | 14 | C4 | 36 | 38 |
| Octal | 123 | 253 | 313 | 73 | 20 | 0 | 24 | 304 | 66 | 70 |
| Binary | 1010011 | 10101011 | 11001011 | 111011 | 10000 | 0 | 10100 | 11000100 | 110110 | 111000 |
Color Harmonies of #53ABCB
Complementary color
Monochromatic Colors of #53ABCB
Black with #53ABCB
Text Example
Text Example
White with #53ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABCB; }
p { color: rgb(83,171,203); }
H1.HeaderClassName
{
color: #53ABCB;
}
.AnyTagClassName
{
color: #53ABCB;
}
</style>
background-color css
<style>
a { background-color: #53ABCB; }
a { background-color: rgb(83,171,203); }
div.DivClassName
{
background-color: #53ABCB;
}
.BgClassName
{
background-color: #53ABCB;
}
</style>
border-color css
<style>
span { border-color: #53ABCB; }
span { border-color: rgb(83,171,203); }
td.TdClassName
{
border-color: #53ABCB;
}
.TagClassName
{
border-color: #53ABCB;
}
</style>