Shades of Viking #5DB9CD
Tints of Viking #5DB9CD
RGB
CMYK
RGB Variations
Color information
#5DB9CD (or 0x5DB9CD) is known color: Viking. HEX triplet: 5D, B9 and CD. RGB value is (93,185,205). Sum of RGB (Red+Green+Blue) = 93+185+205=483 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.25% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB9CD is #A24632. Grayscale: #9F9F9F. Windows color (decimal): -10634803 or 13482333. OLE color: 13482333.
HSL color Cylindrical-coordinate representation of color #5DB9CD: hue angle of 190.71º 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 #5DB9CD is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 185 | 205 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.20 |
| HSL | 190.71º | 0.53% | 0.58% | - |
| HSV(B) | 190.71º | 0.55% | 0.8% | - |
| XYZ | 32.88 | 41.43 | 64.02 | - |
| YUV | 159.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 185 | 205 | 0.55 | 0.10 | 0 | 0.20 | 190.71 | 0.53 | 0.58 |
| Hex | 5D | B9 | CD | 37 | A | 0 | 14 | BF | 35 | 3A |
| Octal | 135 | 271 | 315 | 67 | 12 | 0 | 24 | 277 | 65 | 72 |
| Binary | 1011101 | 10111001 | 11001101 | 110111 | 1010 | 0 | 10100 | 10111111 | 110101 | 111010 |
Color Harmonies of #5DB9CD
Complementary color
Monochromatic Colors of #5DB9CD
Black with #5DB9CD
Text Example
Text Example
White with #5DB9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB9CD; }
p { color: rgb(93,185,205); }
H1.HeaderClassName
{
color: #5DB9CD;
}
.AnyTagClassName
{
color: #5DB9CD;
}
</style>
background-color css
<style>
a { background-color: #5DB9CD; }
a { background-color: rgb(93,185,205); }
div.DivClassName
{
background-color: #5DB9CD;
}
.BgClassName
{
background-color: #5DB9CD;
}
</style>
border-color css
<style>
span { border-color: #5DB9CD; }
span { border-color: rgb(93,185,205); }
td.TdClassName
{
border-color: #5DB9CD;
}
.TagClassName
{
border-color: #5DB9CD;
}
</style>