Shades of Viking #5DB1CB
Tints of Viking #5DB1CB
RGB
CMYK
RGB Variations
Color information
#5DB1CB (or 0x5DB1CB) is known color: Viking. HEX triplet: 5D, B1 and CB. RGB value is (93,177,203). Sum of RGB (Red+Green+Blue) = 93+177+203=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #5DB1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DB1CB is #A24E34. Grayscale: #9A9A9A. Windows color (decimal): -10636853 or 13349213. OLE color: 13349213.
HSL color Cylindrical-coordinate representation of color #5DB1CB: hue angle of 194.18º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DB1CB is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 177 | 203 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.20 |
| HSL | 194.18º | 0.51% | 0.58% | - |
| HSV(B) | 194.18º | 0.54% | 0.8% | - |
| XYZ | 31.02 | 38.08 | 62.22 | - |
| YUV | 154.85 | 155.17 | 83.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 177 | 203 | 0.54 | 0.13 | 0 | 0.20 | 194.18 | 0.51 | 0.58 |
| Hex | 5D | B1 | CB | 36 | D | 0 | 14 | C2 | 33 | 3A |
| Octal | 135 | 261 | 313 | 66 | 15 | 0 | 24 | 302 | 63 | 72 |
| Binary | 1011101 | 10110001 | 11001011 | 110110 | 1101 | 0 | 10100 | 11000010 | 110011 | 111010 |
Color Harmonies of #5DB1CB
Complementary color
Monochromatic Colors of #5DB1CB
Black with #5DB1CB
Text Example
Text Example
White with #5DB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB1CB; }
p { color: rgb(93,177,203); }
H1.HeaderClassName
{
color: #5DB1CB;
}
.AnyTagClassName
{
color: #5DB1CB;
}
</style>
background-color css
<style>
a { background-color: #5DB1CB; }
a { background-color: rgb(93,177,203); }
div.DivClassName
{
background-color: #5DB1CB;
}
.BgClassName
{
background-color: #5DB1CB;
}
</style>
border-color css
<style>
span { border-color: #5DB1CB; }
span { border-color: rgb(93,177,203); }
td.TdClassName
{
border-color: #5DB1CB;
}
.TagClassName
{
border-color: #5DB1CB;
}
</style>