Shades of Viking #53BFD1
Tints of Viking #53BFD1
RGB
CMYK
RGB Variations
Color information
#53BFD1 (or 0x53BFD1) is known color: Viking. HEX triplet: 53, BF and D1. RGB value is (83,191,209). Sum of RGB (Red+Green+Blue) = 83+191+209=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #53BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFD1 is #AC402E. Grayscale: #A0A0A0. Windows color (decimal): -11288623 or 13746003. OLE color: 13746003.
HSL color Cylindrical-coordinate representation of color #53BFD1: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BFD1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 191 | 209 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.18 |
| HSL | 188.57º | 0.58% | 0.57% | - |
| HSV(B) | 188.57º | 0.6% | 0.82% | - |
| XYZ | 33.71 | 43.7 | 66.98 | - |
| YUV | 160.76 | 155.22 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 209 | 0.60 | 0.09 | 0 | 0.18 | 188.57 | 0.58 | 0.57 |
| Hex | 53 | BF | D1 | 3C | 9 | 0 | 12 | BD | 3A | 39 |
| Octal | 123 | 277 | 321 | 74 | 11 | 0 | 22 | 275 | 72 | 71 |
| Binary | 1010011 | 10111111 | 11010001 | 111100 | 1001 | 0 | 10010 | 10111101 | 111010 | 111001 |
Color Harmonies of #53BFD1
Complementary color
Monochromatic Colors of #53BFD1
Black with #53BFD1
Text Example
Text Example
White with #53BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFD1; }
p { color: rgb(83,191,209); }
H1.HeaderClassName
{
color: #53BFD1;
}
.AnyTagClassName
{
color: #53BFD1;
}
</style>
background-color css
<style>
a { background-color: #53BFD1; }
a { background-color: rgb(83,191,209); }
div.DivClassName
{
background-color: #53BFD1;
}
.BgClassName
{
background-color: #53BFD1;
}
</style>
border-color css
<style>
span { border-color: #53BFD1; }
span { border-color: rgb(83,191,209); }
td.TdClassName
{
border-color: #53BFD1;
}
.TagClassName
{
border-color: #53BFD1;
}
</style>