Shades of Viking #53BED0
Tints of Viking #53BED0
RGB
CMYK
RGB Variations
Color information
#53BED0 (or 0x53BED0) is known color: Viking. HEX triplet: 53, BE and D0. RGB value is (83,190,208). Sum of RGB (Red+Green+Blue) = 83+190+208=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #53BED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BED0 is #AC412F. Grayscale: #9F9F9F. Windows color (decimal): -11288880 or 13680211. OLE color: 13680211.
HSL color Cylindrical-coordinate representation of color #53BED0: hue angle of 188.64º degrees, saturation: 0.57, 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 #53BED0 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 190 | 208 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.18 |
| HSL | 188.64º | 0.57% | 0.57% | - |
| HSV(B) | 188.64º | 0.6% | 0.82% | - |
| XYZ | 33.37 | 43.22 | 66.26 | - |
| YUV | 160.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 208 | 0.60 | 0.09 | 0 | 0.18 | 188.64 | 0.57 | 0.57 |
| Hex | 53 | BE | D0 | 3C | 9 | 0 | 12 | BD | 39 | 39 |
| Octal | 123 | 276 | 320 | 74 | 11 | 0 | 22 | 275 | 71 | 71 |
| Binary | 1010011 | 10111110 | 11010000 | 111100 | 1001 | 0 | 10010 | 10111101 | 111001 | 111001 |
Color Harmonies of #53BED0
Complementary color
Monochromatic Colors of #53BED0
Black with #53BED0
Text Example
Text Example
White with #53BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BED0; }
p { color: rgb(83,190,208); }
H1.HeaderClassName
{
color: #53BED0;
}
.AnyTagClassName
{
color: #53BED0;
}
</style>
background-color css
<style>
a { background-color: #53BED0; }
a { background-color: rgb(83,190,208); }
div.DivClassName
{
background-color: #53BED0;
}
.BgClassName
{
background-color: #53BED0;
}
</style>
border-color css
<style>
span { border-color: #53BED0; }
span { border-color: rgb(83,190,208); }
td.TdClassName
{
border-color: #53BED0;
}
.TagClassName
{
border-color: #53BED0;
}
</style>