Shades of Viking #53BCCC
Tints of Viking #53BCCC
RGB
CMYK
RGB Variations
Color information
#53BCCC (or 0x53BCCC) is known color: Viking. HEX triplet: 53, BC and CC. RGB value is (83,188,204). Sum of RGB (Red+Green+Blue) = 83+188+204=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #53BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCCC is #AC4333. Grayscale: #9E9E9E. Windows color (decimal): -11289396 or 13417555. OLE color: 13417555.
HSL color Cylindrical-coordinate representation of color #53BCCC: hue angle of 187.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BCCC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 188 | 204 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.2 |
| HSL | 187.93º | 0.54% | 0.56% | - |
| HSV(B) | 187.93º | 0.59% | 0.8% | - |
| XYZ | 32.45 | 42.17 | 63.56 | - |
| YUV | 158.43 | 153.71 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 204 | 0.59 | 0.08 | 0 | 0.2 | 187.93 | 0.54 | 0.56 |
| Hex | 53 | BC | CC | 3B | 8 | 0 | 14 | BC | 36 | 38 |
| Octal | 123 | 274 | 314 | 73 | 10 | 0 | 24 | 274 | 66 | 70 |
| Binary | 1010011 | 10111100 | 11001100 | 111011 | 1000 | 0 | 10100 | 10111100 | 110110 | 111000 |
Color Harmonies of #53BCCC
Complementary color
Monochromatic Colors of #53BCCC
Black with #53BCCC
Text Example
Text Example
White with #53BCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCCC; }
p { color: rgb(83,188,204); }
H1.HeaderClassName
{
color: #53BCCC;
}
.AnyTagClassName
{
color: #53BCCC;
}
</style>
background-color css
<style>
a { background-color: #53BCCC; }
a { background-color: rgb(83,188,204); }
div.DivClassName
{
background-color: #53BCCC;
}
.BgClassName
{
background-color: #53BCCC;
}
</style>
border-color css
<style>
span { border-color: #53BCCC; }
span { border-color: rgb(83,188,204); }
td.TdClassName
{
border-color: #53BCCC;
}
.TagClassName
{
border-color: #53BCCC;
}
</style>