Shades of Viking #5DBCCD
Tints of Viking #5DBCCD
RGB
CMYK
RGB Variations
Color information
#5DBCCD (or 0x5DBCCD) is known color: Viking. HEX triplet: 5D, BC and CD. RGB value is (93,188,205). Sum of RGB (Red+Green+Blue) = 93+188+205=486 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.14% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DBCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DBCCD is #A24332. Grayscale: #A1A1A1. Windows color (decimal): -10634035 or 13483101. OLE color: 13483101.
HSL color Cylindrical-coordinate representation of color #5DBCCD: hue angle of 189.11º 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 #5DBCCD is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 188 | 205 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.20 |
| HSL | 189.11º | 0.53% | 0.58% | - |
| HSV(B) | 189.11º | 0.55% | 0.8% | - |
| XYZ | 33.52 | 42.7 | 64.23 | - |
| YUV | 161.53 | 152.53 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 205 | 0.55 | 0.08 | 0 | 0.20 | 189.11 | 0.53 | 0.58 |
| Hex | 5D | BC | CD | 37 | 8 | 0 | 14 | BD | 35 | 3A |
| Octal | 135 | 274 | 315 | 67 | 10 | 0 | 24 | 275 | 65 | 72 |
| Binary | 1011101 | 10111100 | 11001101 | 110111 | 1000 | 0 | 10100 | 10111101 | 110101 | 111010 |
Color Harmonies of #5DBCCD
Complementary color
Monochromatic Colors of #5DBCCD
Black with #5DBCCD
Text Example
Text Example
White with #5DBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCCD; }
p { color: rgb(93,188,205); }
H1.HeaderClassName
{
color: #5DBCCD;
}
.AnyTagClassName
{
color: #5DBCCD;
}
</style>
background-color css
<style>
a { background-color: #5DBCCD; }
a { background-color: rgb(93,188,205); }
div.DivClassName
{
background-color: #5DBCCD;
}
.BgClassName
{
background-color: #5DBCCD;
}
</style>
border-color css
<style>
span { border-color: #5DBCCD; }
span { border-color: rgb(93,188,205); }
td.TdClassName
{
border-color: #5DBCCD;
}
.TagClassName
{
border-color: #5DBCCD;
}
</style>