Shades of Viking #5DBDD0
Tints of Viking #5DBDD0
RGB
CMYK
RGB Variations
Color information
#5DBDD0 (or 0x5DBDD0) is known color: Viking. HEX triplet: 5D, BD and D0. RGB value is (93,189,208). Sum of RGB (Red+Green+Blue) = 93+189+208=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #5DBDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDD0 is #A2422F. Grayscale: #A2A2A2. Windows color (decimal): -10633776 or 13679965. OLE color: 13679965.
HSL color Cylindrical-coordinate representation of color #5DBDD0: hue angle of 189.91º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBDD0 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 189 | 208 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.18 |
| HSL | 189.91º | 0.55% | 0.59% | - |
| HSV(B) | 189.91º | 0.55% | 0.82% | - |
| XYZ | 34.1 | 43.28 | 66.23 | - |
| YUV | 162.46 | 153.7 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 208 | 0.55 | 0.09 | 0 | 0.18 | 189.91 | 0.55 | 0.59 |
| Hex | 5D | BD | D0 | 37 | 9 | 0 | 12 | BE | 37 | 3B |
| Octal | 135 | 275 | 320 | 67 | 11 | 0 | 22 | 276 | 67 | 73 |
| Binary | 1011101 | 10111101 | 11010000 | 110111 | 1001 | 0 | 10010 | 10111110 | 110111 | 111011 |
Color Harmonies of #5DBDD0
Complementary color
Monochromatic Colors of #5DBDD0
Black with #5DBDD0
Text Example
Text Example
White with #5DBDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDD0; }
p { color: rgb(93,189,208); }
H1.HeaderClassName
{
color: #5DBDD0;
}
.AnyTagClassName
{
color: #5DBDD0;
}
</style>
background-color css
<style>
a { background-color: #5DBDD0; }
a { background-color: rgb(93,189,208); }
div.DivClassName
{
background-color: #5DBDD0;
}
.BgClassName
{
background-color: #5DBDD0;
}
</style>
border-color css
<style>
span { border-color: #5DBDD0; }
span { border-color: rgb(93,189,208); }
td.TdClassName
{
border-color: #5DBDD0;
}
.TagClassName
{
border-color: #5DBDD0;
}
</style>