Shades of Viking #53C0CE
Tints of Viking #53C0CE
RGB
CMYK
RGB Variations
Color information
#53C0CE (or 0x53C0CE) is known color: Viking. HEX triplet: 53, C0 and CE. RGB value is (83,192,206). Sum of RGB (Red+Green+Blue) = 83+192+206=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0CE is #AC3F31. Grayscale: #A0A0A0. Windows color (decimal): -11288370 or 13549651. OLE color: 13549651.
HSL color Cylindrical-coordinate representation of color #53C0CE: hue angle of 186.83º 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 #53C0CE is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 192 | 206 | - |
| CMYK | 0.60 | 0.07 | 0 | 0.19 |
| HSL | 186.83º | 0.56% | 0.57% | - |
| HSV(B) | 186.83º | 0.6% | 0.81% | - |
| XYZ | 33.56 | 43.99 | 65.12 | - |
| YUV | 161.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 206 | 0.60 | 0.07 | 0 | 0.19 | 186.83 | 0.56 | 0.57 |
| Hex | 53 | C0 | CE | 3C | 7 | 0 | 13 | BB | 38 | 39 |
| Octal | 123 | 300 | 316 | 74 | 7 | 0 | 23 | 273 | 70 | 71 |
| Binary | 1010011 | 11000000 | 11001110 | 111100 | 111 | 0 | 10011 | 10111011 | 111000 | 111001 |
Color Harmonies of #53C0CE
Complementary color
Monochromatic Colors of #53C0CE
Black with #53C0CE
Text Example
Text Example
White with #53C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0CE; }
p { color: rgb(83,192,206); }
H1.HeaderClassName
{
color: #53C0CE;
}
.AnyTagClassName
{
color: #53C0CE;
}
</style>
background-color css
<style>
a { background-color: #53C0CE; }
a { background-color: rgb(83,192,206); }
div.DivClassName
{
background-color: #53C0CE;
}
.BgClassName
{
background-color: #53C0CE;
}
</style>
border-color css
<style>
span { border-color: #53C0CE; }
span { border-color: rgb(83,192,206); }
td.TdClassName
{
border-color: #53C0CE;
}
.TagClassName
{
border-color: #53C0CE;
}
</style>