Shades of Viking #53A9CE
Tints of Viking #53A9CE
RGB
CMYK
RGB Variations
Color information
#53A9CE (or 0x53A9CE) is known color: Viking. HEX triplet: 53, A9 and CE. RGB value is (83,169,206). Sum of RGB (Red+Green+Blue) = 83+169+206=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #53A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A9CE is #AC5631. Grayscale: #939393. Windows color (decimal): -11294258 or 13543763. OLE color: 13543763.
HSL color Cylindrical-coordinate representation of color #53A9CE: hue angle of 198.05º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A9CE is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 169 | 206 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.19 |
| HSL | 198.05º | 0.56% | 0.57% | - |
| HSV(B) | 198.05º | 0.6% | 0.81% | - |
| XYZ | 28.9 | 34.67 | 63.56 | - |
| YUV | 147.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 169 | 206 | 0.60 | 0.18 | 0 | 0.19 | 198.05 | 0.56 | 0.57 |
| Hex | 53 | A9 | CE | 3C | 12 | 0 | 13 | C6 | 38 | 39 |
| Octal | 123 | 251 | 316 | 74 | 22 | 0 | 23 | 306 | 70 | 71 |
| Binary | 1010011 | 10101001 | 11001110 | 111100 | 10010 | 0 | 10011 | 11000110 | 111000 | 111001 |
Color Harmonies of #53A9CE
Complementary color
Monochromatic Colors of #53A9CE
Black with #53A9CE
Text Example
Text Example
White with #53A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A9CE; }
p { color: rgb(83,169,206); }
H1.HeaderClassName
{
color: #53A9CE;
}
.AnyTagClassName
{
color: #53A9CE;
}
</style>
background-color css
<style>
a { background-color: #53A9CE; }
a { background-color: rgb(83,169,206); }
div.DivClassName
{
background-color: #53A9CE;
}
.BgClassName
{
background-color: #53A9CE;
}
</style>
border-color css
<style>
span { border-color: #53A9CE; }
span { border-color: rgb(83,169,206); }
td.TdClassName
{
border-color: #53A9CE;
}
.TagClassName
{
border-color: #53A9CE;
}
</style>