Shades of Viking #53BBCD
Tints of Viking #53BBCD
RGB
CMYK
RGB Variations
Color information
#53BBCD (or 0x53BBCD) is known color: Viking. HEX triplet: 53, BB and CD. RGB value is (83,187,205). Sum of RGB (Red+Green+Blue) = 83+187+205=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #53BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBCD is #AC4432. Grayscale: #9D9D9D. Windows color (decimal): -11289651 or 13482835. OLE color: 13482835.
HSL color Cylindrical-coordinate representation of color #53BBCD: hue angle of 188.85º 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 #53BBCD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 187 | 205 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.20 |
| HSL | 188.85º | 0.55% | 0.56% | - |
| HSV(B) | 188.85º | 0.6% | 0.8% | - |
| XYZ | 32.36 | 41.79 | 64.12 | - |
| YUV | 157.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 205 | 0.60 | 0.09 | 0 | 0.20 | 188.85 | 0.55 | 0.56 |
| Hex | 53 | BB | CD | 3C | 9 | 0 | 14 | BD | 37 | 38 |
| Octal | 123 | 273 | 315 | 74 | 11 | 0 | 24 | 275 | 67 | 70 |
| Binary | 1010011 | 10111011 | 11001101 | 111100 | 1001 | 0 | 10100 | 10111101 | 110111 | 111000 |
Color Harmonies of #53BBCD
Complementary color
Monochromatic Colors of #53BBCD
Black with #53BBCD
Text Example
Text Example
White with #53BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBCD; }
p { color: rgb(83,187,205); }
H1.HeaderClassName
{
color: #53BBCD;
}
.AnyTagClassName
{
color: #53BBCD;
}
</style>
background-color css
<style>
a { background-color: #53BBCD; }
a { background-color: rgb(83,187,205); }
div.DivClassName
{
background-color: #53BBCD;
}
.BgClassName
{
background-color: #53BBCD;
}
</style>
border-color css
<style>
span { border-color: #53BBCD; }
span { border-color: rgb(83,187,205); }
td.TdClassName
{
border-color: #53BBCD;
}
.TagClassName
{
border-color: #53BBCD;
}
</style>