Shades of Viking #5DB6C8
Tints of Viking #5DB6C8
RGB
CMYK
RGB Variations
Color information
#5DB6C8 (or 0x5DB6C8) is known color: Viking. HEX triplet: 5D, B6 and C8. RGB value is (93,182,200). Sum of RGB (Red+Green+Blue) = 93+182+200=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #5DB6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DB6C8 is #A24937. Grayscale: #9D9D9D. Windows color (decimal): -10635576 or 13153885. OLE color: 13153885.
HSL color Cylindrical-coordinate representation of color #5DB6C8: hue angle of 190.09º degrees, saturation: 0.49, 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 #5DB6C8 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 182 | 200 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.22 |
| HSL | 190.09º | 0.49% | 0.57% | - |
| HSV(B) | 190.09º | 0.54% | 0.78% | - |
| XYZ | 31.67 | 39.95 | 60.69 | - |
| YUV | 157.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 182 | 200 | 0.54 | 0.09 | 0 | 0.22 | 190.09 | 0.49 | 0.57 |
| Hex | 5D | B6 | C8 | 36 | 9 | 0 | 16 | BE | 31 | 39 |
| Octal | 135 | 266 | 310 | 66 | 11 | 0 | 26 | 276 | 61 | 71 |
| Binary | 1011101 | 10110110 | 11001000 | 110110 | 1001 | 0 | 10110 | 10111110 | 110001 | 111001 |
Color Harmonies of #5DB6C8
Complementary color
Monochromatic Colors of #5DB6C8
Black with #5DB6C8
Text Example
Text Example
White with #5DB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB6C8; }
p { color: rgb(93,182,200); }
H1.HeaderClassName
{
color: #5DB6C8;
}
.AnyTagClassName
{
color: #5DB6C8;
}
</style>
background-color css
<style>
a { background-color: #5DB6C8; }
a { background-color: rgb(93,182,200); }
div.DivClassName
{
background-color: #5DB6C8;
}
.BgClassName
{
background-color: #5DB6C8;
}
</style>
border-color css
<style>
span { border-color: #5DB6C8; }
span { border-color: rgb(93,182,200); }
td.TdClassName
{
border-color: #5DB6C8;
}
.TagClassName
{
border-color: #5DB6C8;
}
</style>