Shades of Viking #53BFC0
Tints of Viking #53BFC0
RGB
CMYK
RGB Variations
Color information
#53BFC0 (or 0x53BFC0) is known color: Viking. HEX triplet: 53, BF and C0. RGB value is (83,191,192). Sum of RGB (Red+Green+Blue) = 83+191+192=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #53BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFC0 is #AC403F. Grayscale: #9E9E9E. Windows color (decimal): -11288640 or 12631891. OLE color: 12631891.
HSL color Cylindrical-coordinate representation of color #53BFC0: hue angle of 180.55º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BFC0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 192 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.25 |
| HSL | 180.55º | 0.46% | 0.54% | - |
| HSV(B) | 180.55º | 0.57% | 0.75% | - |
| XYZ | 31.71 | 42.91 | 56.48 | - |
| YUV | 158.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 192 | 0.57 | 0.01 | 0 | 0.25 | 180.55 | 0.46 | 0.54 |
| Hex | 53 | BF | C0 | 39 | 1 | 0 | 19 | B5 | 2E | 36 |
| Octal | 123 | 277 | 300 | 71 | 1 | 0 | 31 | 265 | 56 | 66 |
| Binary | 1010011 | 10111111 | 11000000 | 111001 | 1 | 0 | 11001 | 10110101 | 101110 | 110110 |
Color Harmonies of #53BFC0
Complementary color
Monochromatic Colors of #53BFC0
Black with #53BFC0
Text Example
Text Example
White with #53BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFC0; }
p { color: rgb(83,191,192); }
H1.HeaderClassName
{
color: #53BFC0;
}
.AnyTagClassName
{
color: #53BFC0;
}
</style>
background-color css
<style>
a { background-color: #53BFC0; }
a { background-color: rgb(83,191,192); }
div.DivClassName
{
background-color: #53BFC0;
}
.BgClassName
{
background-color: #53BFC0;
}
</style>
border-color css
<style>
span { border-color: #53BFC0; }
span { border-color: rgb(83,191,192); }
td.TdClassName
{
border-color: #53BFC0;
}
.TagClassName
{
border-color: #53BFC0;
}
</style>