Shades of Viking #53ADBE
Tints of Viking #53ADBE
RGB
CMYK
RGB Variations
Color information
#53ADBE (or 0x53ADBE) is known color: Viking. HEX triplet: 53, AD and BE. RGB value is (83,173,190). Sum of RGB (Red+Green+Blue) = 83+173+190=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #53ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADBE is #AC5241. Grayscale: #939393. Windows color (decimal): -11293250 or 12496211. OLE color: 12496211.
HSL color Cylindrical-coordinate representation of color #53ADBE: hue angle of 189.53º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53ADBE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 173 | 190 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.25 |
| HSL | 189.53º | 0.45% | 0.54% | - |
| HSV(B) | 189.53º | 0.56% | 0.75% | - |
| XYZ | 27.81 | 35.44 | 54.09 | - |
| YUV | 148.03 | 151.68 | 81.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 190 | 0.56 | 0.09 | 0 | 0.25 | 189.53 | 0.45 | 0.54 |
| Hex | 53 | AD | BE | 38 | 9 | 0 | 19 | BE | 2D | 36 |
| Octal | 123 | 255 | 276 | 70 | 11 | 0 | 31 | 276 | 55 | 66 |
| Binary | 1010011 | 10101101 | 10111110 | 111000 | 1001 | 0 | 11001 | 10111110 | 101101 | 110110 |
Color Harmonies of #53ADBE
Complementary color
Monochromatic Colors of #53ADBE
Black with #53ADBE
Text Example
Text Example
White with #53ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADBE; }
p { color: rgb(83,173,190); }
H1.HeaderClassName
{
color: #53ADBE;
}
.AnyTagClassName
{
color: #53ADBE;
}
</style>
background-color css
<style>
a { background-color: #53ADBE; }
a { background-color: rgb(83,173,190); }
div.DivClassName
{
background-color: #53ADBE;
}
.BgClassName
{
background-color: #53ADBE;
}
</style>
border-color css
<style>
span { border-color: #53ADBE; }
span { border-color: rgb(83,173,190); }
td.TdClassName
{
border-color: #53ADBE;
}
.TagClassName
{
border-color: #53ADBE;
}
</style>