Shades of Viking #5DB1CD
Tints of Viking #5DB1CD
RGB
CMYK
RGB Variations
Color information
#5DB1CD (or 0x5DB1CD) is known color: Viking. HEX triplet: 5D, B1 and CD. RGB value is (93,177,205). Sum of RGB (Red+Green+Blue) = 93+177+205=475 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.58% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #5DB1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1CD is #A24E32. Grayscale: #9A9A9A. Windows color (decimal): -10636851 or 13480285. OLE color: 13480285.
HSL color Cylindrical-coordinate representation of color #5DB1CD: hue angle of 195º 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 #5DB1CD is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 177 | 205 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.20 |
| HSL | 195º | 0.53% | 0.58% | - |
| HSV(B) | 195º | 0.55% | 0.8% | - |
| XYZ | 31.26 | 38.18 | 63.48 | - |
| YUV | 155.08 | 156.17 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 205 | 0.55 | 0.14 | 0 | 0.20 | 195 | 0.53 | 0.58 |
| Hex | 5D | B1 | CD | 37 | E | 0 | 14 | C3 | 35 | 3A |
| Octal | 135 | 261 | 315 | 67 | 16 | 0 | 24 | 303 | 65 | 72 |
| Binary | 1011101 | 10110001 | 11001101 | 110111 | 1110 | 0 | 10100 | 11000011 | 110101 | 111010 |
Color Harmonies of #5DB1CD
Complementary color
Monochromatic Colors of #5DB1CD
Black with #5DB1CD
Text Example
Text Example
White with #5DB1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB1CD; }
p { color: rgb(93,177,205); }
H1.HeaderClassName
{
color: #5DB1CD;
}
.AnyTagClassName
{
color: #5DB1CD;
}
</style>
background-color css
<style>
a { background-color: #5DB1CD; }
a { background-color: rgb(93,177,205); }
div.DivClassName
{
background-color: #5DB1CD;
}
.BgClassName
{
background-color: #5DB1CD;
}
</style>
border-color css
<style>
span { border-color: #5DB1CD; }
span { border-color: rgb(93,177,205); }
td.TdClassName
{
border-color: #5DB1CD;
}
.TagClassName
{
border-color: #5DB1CD;
}
</style>