Shades of Viking #5DB8C6
Tints of Viking #5DB8C6
RGB
CMYK
RGB Variations
Color information
#5DB8C6 (or 0x5DB8C6) is known color: Viking. HEX triplet: 5D, B8 and C6. RGB value is (93,184,198). Sum of RGB (Red+Green+Blue) = 93+184+198=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #5DB8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB8C6 is #A24739. Grayscale: #9E9E9E. Windows color (decimal): -10635066 or 13023325. OLE color: 13023325.
HSL color Cylindrical-coordinate representation of color #5DB8C6: hue angle of 188º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DB8C6 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 184 | 198 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.22 |
| HSL | 188º | 0.48% | 0.57% | - |
| HSV(B) | 188º | 0.53% | 0.78% | - |
| XYZ | 31.85 | 40.69 | 59.6 | - |
| YUV | 158.39 | 150.35 | 81.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 198 | 0.53 | 0.07 | 0 | 0.22 | 188 | 0.48 | 0.57 |
| Hex | 5D | B8 | C6 | 35 | 7 | 0 | 16 | BC | 30 | 39 |
| Octal | 135 | 270 | 306 | 65 | 7 | 0 | 26 | 274 | 60 | 71 |
| Binary | 1011101 | 10111000 | 11000110 | 110101 | 111 | 0 | 10110 | 10111100 | 110000 | 111001 |
Color Harmonies of #5DB8C6
Complementary color
Monochromatic Colors of #5DB8C6
Black with #5DB8C6
Text Example
Text Example
White with #5DB8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8C6; }
p { color: rgb(93,184,198); }
H1.HeaderClassName
{
color: #5DB8C6;
}
.AnyTagClassName
{
color: #5DB8C6;
}
</style>
background-color css
<style>
a { background-color: #5DB8C6; }
a { background-color: rgb(93,184,198); }
div.DivClassName
{
background-color: #5DB8C6;
}
.BgClassName
{
background-color: #5DB8C6;
}
</style>
border-color css
<style>
span { border-color: #5DB8C6; }
span { border-color: rgb(93,184,198); }
td.TdClassName
{
border-color: #5DB8C6;
}
.TagClassName
{
border-color: #5DB8C6;
}
</style>