Shades of Viking #5DBED2
Tints of Viking #5DBED2
RGB
CMYK
RGB Variations
Color information
#5DBED2 (or 0x5DBED2) is known color: Viking. HEX triplet: 5D, BE and D2. RGB value is (93,190,210). Sum of RGB (Red+Green+Blue) = 93+190+210=493 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.86% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #5DBED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBED2 is #A2412D. Grayscale: #A3A3A3. Windows color (decimal): -10633518 or 13811293. OLE color: 13811293.
HSL color Cylindrical-coordinate representation of color #5DBED2: hue angle of 190.26º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DBED2 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 190 | 210 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.18 |
| HSL | 190.26º | 0.57% | 0.59% | - |
| HSV(B) | 190.26º | 0.56% | 0.82% | - |
| XYZ | 34.56 | 43.81 | 67.61 | - |
| YUV | 163.28 | 154.36 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 210 | 0.56 | 0.10 | 0 | 0.18 | 190.26 | 0.57 | 0.59 |
| Hex | 5D | BE | D2 | 38 | A | 0 | 12 | BE | 39 | 3B |
| Octal | 135 | 276 | 322 | 70 | 12 | 0 | 22 | 276 | 71 | 73 |
| Binary | 1011101 | 10111110 | 11010010 | 111000 | 1010 | 0 | 10010 | 10111110 | 111001 | 111011 |
Color Harmonies of #5DBED2
Complementary color
Monochromatic Colors of #5DBED2
Black with #5DBED2
Text Example
Text Example
White with #5DBED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBED2; }
p { color: rgb(93,190,210); }
H1.HeaderClassName
{
color: #5DBED2;
}
.AnyTagClassName
{
color: #5DBED2;
}
</style>
background-color css
<style>
a { background-color: #5DBED2; }
a { background-color: rgb(93,190,210); }
div.DivClassName
{
background-color: #5DBED2;
}
.BgClassName
{
background-color: #5DBED2;
}
</style>
border-color css
<style>
span { border-color: #5DBED2; }
span { border-color: rgb(93,190,210); }
td.TdClassName
{
border-color: #5DBED2;
}
.TagClassName
{
border-color: #5DBED2;
}
</style>