Shades of Viking #53ABCD
Tints of Viking #53ABCD
RGB
CMYK
RGB Variations
Color information
#53ABCD (or 0x53ABCD) is known color: Viking. HEX triplet: 53, AB and CD. RGB value is (83,171,205). Sum of RGB (Red+Green+Blue) = 83+171+205=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #53ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABCD is #AC5432. Grayscale: #949494. Windows color (decimal): -11293747 or 13478739. OLE color: 13478739.
HSL color Cylindrical-coordinate representation of color #53ABCD: hue angle of 196.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53ABCD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 171 | 205 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.20 |
| HSL | 196.72º | 0.55% | 0.56% | - |
| HSV(B) | 196.72º | 0.6% | 0.8% | - |
| XYZ | 29.15 | 35.37 | 63.05 | - |
| YUV | 148.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 205 | 0.60 | 0.17 | 0 | 0.20 | 196.72 | 0.55 | 0.56 |
| Hex | 53 | AB | CD | 3C | 11 | 0 | 14 | C5 | 37 | 38 |
| Octal | 123 | 253 | 315 | 74 | 21 | 0 | 24 | 305 | 67 | 70 |
| Binary | 1010011 | 10101011 | 11001101 | 111100 | 10001 | 0 | 10100 | 11000101 | 110111 | 111000 |
Color Harmonies of #53ABCD
Complementary color
Monochromatic Colors of #53ABCD
Black with #53ABCD
Text Example
Text Example
White with #53ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABCD; }
p { color: rgb(83,171,205); }
H1.HeaderClassName
{
color: #53ABCD;
}
.AnyTagClassName
{
color: #53ABCD;
}
</style>
background-color css
<style>
a { background-color: #53ABCD; }
a { background-color: rgb(83,171,205); }
div.DivClassName
{
background-color: #53ABCD;
}
.BgClassName
{
background-color: #53ABCD;
}
</style>
border-color css
<style>
span { border-color: #53ABCD; }
span { border-color: rgb(83,171,205); }
td.TdClassName
{
border-color: #53ABCD;
}
.TagClassName
{
border-color: #53ABCD;
}
</style>