Shades of Viking #53ABCC
Tints of Viking #53ABCC
RGB
CMYK
RGB Variations
Color information
#53ABCC (or 0x53ABCC) is known color: Viking. HEX triplet: 53, AB and CC. RGB value is (83,171,204). Sum of RGB (Red+Green+Blue) = 83+171+204=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #53ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABCC is #AC5433. Grayscale: #949494. Windows color (decimal): -11293748 or 13413203. OLE color: 13413203.
HSL color Cylindrical-coordinate representation of color #53ABCC: hue angle of 196.36º 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 #53ABCC is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 171 | 204 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.2 |
| HSL | 196.36º | 0.54% | 0.56% | - |
| HSV(B) | 196.36º | 0.59% | 0.8% | - |
| XYZ | 29.03 | 35.32 | 62.42 | - |
| YUV | 148.45 | 159.35 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 204 | 0.59 | 0.16 | 0 | 0.2 | 196.36 | 0.54 | 0.56 |
| Hex | 53 | AB | CC | 3B | 10 | 0 | 14 | C4 | 36 | 38 |
| Octal | 123 | 253 | 314 | 73 | 20 | 0 | 24 | 304 | 66 | 70 |
| Binary | 1010011 | 10101011 | 11001100 | 111011 | 10000 | 0 | 10100 | 11000100 | 110110 | 111000 |
Color Harmonies of #53ABCC
Complementary color
Monochromatic Colors of #53ABCC
Black with #53ABCC
Text Example
Text Example
White with #53ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABCC; }
p { color: rgb(83,171,204); }
H1.HeaderClassName
{
color: #53ABCC;
}
.AnyTagClassName
{
color: #53ABCC;
}
</style>
background-color css
<style>
a { background-color: #53ABCC; }
a { background-color: rgb(83,171,204); }
div.DivClassName
{
background-color: #53ABCC;
}
.BgClassName
{
background-color: #53ABCC;
}
</style>
border-color css
<style>
span { border-color: #53ABCC; }
span { border-color: rgb(83,171,204); }
td.TdClassName
{
border-color: #53ABCC;
}
.TagClassName
{
border-color: #53ABCC;
}
</style>