Shades of Viking #5DBED0
Tints of Viking #5DBED0
RGB
CMYK
RGB Variations
Color information
#5DBED0 (or 0x5DBED0) is known color: Viking. HEX triplet: 5D, BE and D0. RGB value is (93,190,208). Sum of RGB (Red+Green+Blue) = 93+190+208=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DBED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBED0 is #A2412F. Grayscale: #A2A2A2. Windows color (decimal): -10633520 or 13680221. OLE color: 13680221.
HSL color Cylindrical-coordinate representation of color #5DBED0: hue angle of 189.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBED0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 190 | 208 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.18 |
| HSL | 189.39º | 0.55% | 0.59% | - |
| HSV(B) | 189.39º | 0.55% | 0.82% | - |
| XYZ | 34.31 | 43.71 | 66.3 | - |
| YUV | 163.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 208 | 0.55 | 0.09 | 0 | 0.18 | 189.39 | 0.55 | 0.59 |
| Hex | 5D | BE | D0 | 37 | 9 | 0 | 12 | BD | 37 | 3B |
| Octal | 135 | 276 | 320 | 67 | 11 | 0 | 22 | 275 | 67 | 73 |
| Binary | 1011101 | 10111110 | 11010000 | 110111 | 1001 | 0 | 10010 | 10111101 | 110111 | 111011 |
Color Harmonies of #5DBED0
Complementary color
Monochromatic Colors of #5DBED0
Black with #5DBED0
Text Example
Text Example
White with #5DBED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBED0; }
p { color: rgb(93,190,208); }
H1.HeaderClassName
{
color: #5DBED0;
}
.AnyTagClassName
{
color: #5DBED0;
}
</style>
background-color css
<style>
a { background-color: #5DBED0; }
a { background-color: rgb(93,190,208); }
div.DivClassName
{
background-color: #5DBED0;
}
.BgClassName
{
background-color: #5DBED0;
}
</style>
border-color css
<style>
span { border-color: #5DBED0; }
span { border-color: rgb(93,190,208); }
td.TdClassName
{
border-color: #5DBED0;
}
.TagClassName
{
border-color: #5DBED0;
}
</style>