Shades of Viking #53BAD4
Tints of Viking #53BAD4
RGB
CMYK
RGB Variations
Color information
#53BAD4 (or 0x53BAD4) is known color: Viking. HEX triplet: 53, BA and D4. RGB value is (83,186,212). Sum of RGB (Red+Green+Blue) = 83+186+212=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #53BAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BAD4 is #AC452B. Grayscale: #9D9D9D. Windows color (decimal): -11289900 or 13941331. OLE color: 13941331.
HSL color Cylindrical-coordinate representation of color #53BAD4: hue angle of 192.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BAD4 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 186 | 212 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.17 |
| HSL | 192.09º | 0.6% | 0.58% | - |
| HSV(B) | 192.09º | 0.61% | 0.83% | - |
| XYZ | 33.01 | 41.71 | 68.6 | - |
| YUV | 158.17 | 158.38 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 212 | 0.61 | 0.12 | 0 | 0.17 | 192.09 | 0.6 | 0.58 |
| Hex | 53 | BA | D4 | 3D | C | 0 | 11 | C0 | 3C | 3A |
| Octal | 123 | 272 | 324 | 75 | 14 | 0 | 21 | 300 | 74 | 72 |
| Binary | 1010011 | 10111010 | 11010100 | 111101 | 1100 | 0 | 10001 | 11000000 | 111100 | 111010 |
Color Harmonies of #53BAD4
Complementary color
Monochromatic Colors of #53BAD4
Black with #53BAD4
Text Example
Text Example
White with #53BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAD4; }
p { color: rgb(83,186,212); }
H1.HeaderClassName
{
color: #53BAD4;
}
.AnyTagClassName
{
color: #53BAD4;
}
</style>
background-color css
<style>
a { background-color: #53BAD4; }
a { background-color: rgb(83,186,212); }
div.DivClassName
{
background-color: #53BAD4;
}
.BgClassName
{
background-color: #53BAD4;
}
</style>
border-color css
<style>
span { border-color: #53BAD4; }
span { border-color: rgb(83,186,212); }
td.TdClassName
{
border-color: #53BAD4;
}
.TagClassName
{
border-color: #53BAD4;
}
</style>