Shades of Viking #53BCCD
Tints of Viking #53BCCD
RGB
CMYK
RGB Variations
Color information
#53BCCD (or 0x53BCCD) is known color: Viking. HEX triplet: 53, BC and CD. RGB value is (83,188,205). Sum of RGB (Red+Green+Blue) = 83+188+205=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 188 (73.83% from 255 or 39.50% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #53BCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCCD is #AC4332. Grayscale: #9E9E9E. Windows color (decimal): -11289395 or 13483091. OLE color: 13483091.
HSL color Cylindrical-coordinate representation of color #53BCCD: hue angle of 188.36º 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 #53BCCD is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 188 | 205 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.20 |
| HSL | 188.36º | 0.55% | 0.56% | - |
| HSV(B) | 188.36º | 0.6% | 0.8% | - |
| XYZ | 32.57 | 42.21 | 64.19 | - |
| YUV | 158.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 205 | 0.60 | 0.08 | 0 | 0.20 | 188.36 | 0.55 | 0.56 |
| Hex | 53 | BC | CD | 3C | 8 | 0 | 14 | BC | 37 | 38 |
| Octal | 123 | 274 | 315 | 74 | 10 | 0 | 24 | 274 | 67 | 70 |
| Binary | 1010011 | 10111100 | 11001101 | 111100 | 1000 | 0 | 10100 | 10111100 | 110111 | 111000 |
Color Harmonies of #53BCCD
Complementary color
Monochromatic Colors of #53BCCD
Black with #53BCCD
Text Example
Text Example
White with #53BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCCD; }
p { color: rgb(83,188,205); }
H1.HeaderClassName
{
color: #53BCCD;
}
.AnyTagClassName
{
color: #53BCCD;
}
</style>
background-color css
<style>
a { background-color: #53BCCD; }
a { background-color: rgb(83,188,205); }
div.DivClassName
{
background-color: #53BCCD;
}
.BgClassName
{
background-color: #53BCCD;
}
</style>
border-color css
<style>
span { border-color: #53BCCD; }
span { border-color: rgb(83,188,205); }
td.TdClassName
{
border-color: #53BCCD;
}
.TagClassName
{
border-color: #53BCCD;
}
</style>