Shades of Viking #5DBDCF
Tints of Viking #5DBDCF
RGB
CMYK
RGB Variations
Color information
#5DBDCF (or 0x5DBDCF) is known color: Viking. HEX triplet: 5D, BD and CF. RGB value is (93,189,207). Sum of RGB (Red+Green+Blue) = 93+189+207=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #5DBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBDCF is #A24230. Grayscale: #A2A2A2. Windows color (decimal): -10633777 or 13614429. OLE color: 13614429.
HSL color Cylindrical-coordinate representation of color #5DBDCF: hue angle of 189.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DBDCF is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 189 | 207 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.19 |
| HSL | 189.47º | 0.54% | 0.59% | - |
| HSV(B) | 189.47º | 0.55% | 0.81% | - |
| XYZ | 33.97 | 43.23 | 65.58 | - |
| YUV | 162.35 | 153.2 | 78.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 189 | 207 | 0.55 | 0.09 | 0 | 0.19 | 189.47 | 0.54 | 0.59 |
| Hex | 5D | BD | CF | 37 | 9 | 0 | 13 | BD | 36 | 3B |
| Octal | 135 | 275 | 317 | 67 | 11 | 0 | 23 | 275 | 66 | 73 |
| Binary | 1011101 | 10111101 | 11001111 | 110111 | 1001 | 0 | 10011 | 10111101 | 110110 | 111011 |
Color Harmonies of #5DBDCF
Complementary color
Monochromatic Colors of #5DBDCF
Black with #5DBDCF
Text Example
Text Example
White with #5DBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBDCF; }
p { color: rgb(93,189,207); }
H1.HeaderClassName
{
color: #5DBDCF;
}
.AnyTagClassName
{
color: #5DBDCF;
}
</style>
background-color css
<style>
a { background-color: #5DBDCF; }
a { background-color: rgb(93,189,207); }
div.DivClassName
{
background-color: #5DBDCF;
}
.BgClassName
{
background-color: #5DBDCF;
}
</style>
border-color css
<style>
span { border-color: #5DBDCF; }
span { border-color: rgb(93,189,207); }
td.TdClassName
{
border-color: #5DBDCF;
}
.TagClassName
{
border-color: #5DBDCF;
}
</style>