Shades of Viking #53C0CD
Tints of Viking #53C0CD
RGB
CMYK
RGB Variations
Color information
#53C0CD (or 0x53C0CD) is known color: Viking. HEX triplet: 53, C0 and CD. RGB value is (83,192,205). Sum of RGB (Red+Green+Blue) = 83+192+205=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #53C0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0CD is #AC3F32. Grayscale: #A0A0A0. Windows color (decimal): -11288371 or 13484115. OLE color: 13484115.
HSL color Cylindrical-coordinate representation of color #53C0CD: hue angle of 186.39º 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 #53C0CD is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 192 | 205 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.20 |
| HSL | 186.39º | 0.55% | 0.56% | - |
| HSV(B) | 186.39º | 0.6% | 0.8% | - |
| XYZ | 33.44 | 43.95 | 64.48 | - |
| YUV | 160.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 205 | 0.60 | 0.06 | 0 | 0.20 | 186.39 | 0.55 | 0.56 |
| Hex | 53 | C0 | CD | 3C | 6 | 0 | 14 | BA | 37 | 38 |
| Octal | 123 | 300 | 315 | 74 | 6 | 0 | 24 | 272 | 67 | 70 |
| Binary | 1010011 | 11000000 | 11001101 | 111100 | 110 | 0 | 10100 | 10111010 | 110111 | 111000 |
Color Harmonies of #53C0CD
Complementary color
Monochromatic Colors of #53C0CD
Black with #53C0CD
Text Example
Text Example
White with #53C0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0CD; }
p { color: rgb(83,192,205); }
H1.HeaderClassName
{
color: #53C0CD;
}
.AnyTagClassName
{
color: #53C0CD;
}
</style>
background-color css
<style>
a { background-color: #53C0CD; }
a { background-color: rgb(83,192,205); }
div.DivClassName
{
background-color: #53C0CD;
}
.BgClassName
{
background-color: #53C0CD;
}
</style>
border-color css
<style>
span { border-color: #53C0CD; }
span { border-color: rgb(83,192,205); }
td.TdClassName
{
border-color: #53C0CD;
}
.TagClassName
{
border-color: #53C0CD;
}
</style>