Shades of Viking #5DBECD
Tints of Viking #5DBECD
RGB
CMYK
RGB Variations
Color information
#5DBECD (or 0x5DBECD) is known color: Viking. HEX triplet: 5D, BE and CD. RGB value is (93,190,205). Sum of RGB (Red+Green+Blue) = 93+190+205=488 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.06% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBECD is #A24132. Grayscale: #A2A2A2. Windows color (decimal): -10633523 or 13483613. OLE color: 13483613.
HSL color Cylindrical-coordinate representation of color #5DBECD: hue angle of 188.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBECD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 190 | 205 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.20 |
| HSL | 188.04º | 0.53% | 0.58% | - |
| HSV(B) | 188.04º | 0.55% | 0.8% | - |
| XYZ | 33.95 | 43.56 | 64.38 | - |
| YUV | 162.71 | 151.86 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 205 | 0.55 | 0.07 | 0 | 0.20 | 188.04 | 0.53 | 0.58 |
| Hex | 5D | BE | CD | 37 | 7 | 0 | 14 | BC | 35 | 3A |
| Octal | 135 | 276 | 315 | 67 | 7 | 0 | 24 | 274 | 65 | 72 |
| Binary | 1011101 | 10111110 | 11001101 | 110111 | 111 | 0 | 10100 | 10111100 | 110101 | 111010 |
Color Harmonies of #5DBECD
Complementary color
Monochromatic Colors of #5DBECD
Black with #5DBECD
Text Example
Text Example
White with #5DBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBECD; }
p { color: rgb(93,190,205); }
H1.HeaderClassName
{
color: #5DBECD;
}
.AnyTagClassName
{
color: #5DBECD;
}
</style>
background-color css
<style>
a { background-color: #5DBECD; }
a { background-color: rgb(93,190,205); }
div.DivClassName
{
background-color: #5DBECD;
}
.BgClassName
{
background-color: #5DBECD;
}
</style>
border-color css
<style>
span { border-color: #5DBECD; }
span { border-color: rgb(93,190,205); }
td.TdClassName
{
border-color: #5DBECD;
}
.TagClassName
{
border-color: #5DBECD;
}
</style>