Shades of Viking #53A8CA
Tints of Viking #53A8CA
RGB
CMYK
RGB Variations
Color information
#53A8CA (or 0x53A8CA) is known color: Viking. HEX triplet: 53, A8 and CA. RGB value is (83,168,202). Sum of RGB (Red+Green+Blue) = 83+168+202=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #53A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8CA is #AC5735. Grayscale: #929292. Windows color (decimal): -11294518 or 13281363. OLE color: 13281363.
HSL color Cylindrical-coordinate representation of color #53A8CA: hue angle of 197.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53A8CA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 168 | 202 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.21 |
| HSL | 197.14º | 0.53% | 0.56% | - |
| HSV(B) | 197.14º | 0.59% | 0.79% | - |
| XYZ | 28.23 | 34.11 | 60.97 | - |
| YUV | 146.46 | 159.34 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 202 | 0.59 | 0.17 | 0 | 0.21 | 197.14 | 0.53 | 0.56 |
| Hex | 53 | A8 | CA | 3B | 11 | 0 | 15 | C5 | 35 | 38 |
| Octal | 123 | 250 | 312 | 73 | 21 | 0 | 25 | 305 | 65 | 70 |
| Binary | 1010011 | 10101000 | 11001010 | 111011 | 10001 | 0 | 10101 | 11000101 | 110101 | 111000 |
Color Harmonies of #53A8CA
Complementary color
Monochromatic Colors of #53A8CA
Black with #53A8CA
Text Example
Text Example
White with #53A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8CA; }
p { color: rgb(83,168,202); }
H1.HeaderClassName
{
color: #53A8CA;
}
.AnyTagClassName
{
color: #53A8CA;
}
</style>
background-color css
<style>
a { background-color: #53A8CA; }
a { background-color: rgb(83,168,202); }
div.DivClassName
{
background-color: #53A8CA;
}
.BgClassName
{
background-color: #53A8CA;
}
</style>
border-color css
<style>
span { border-color: #53A8CA; }
span { border-color: rgb(83,168,202); }
td.TdClassName
{
border-color: #53A8CA;
}
.TagClassName
{
border-color: #53A8CA;
}
</style>