Shades of Danube #5D93CB
Tints of Danube #5D93CB
RGB
CMYK
RGB Variations
Color information
#5D93CB (or 0x5D93CB) is known color: Danube. HEX triplet: 5D, 93 and CB. RGB value is (93,147,203). Sum of RGB (Red+Green+Blue) = 93+147+203=443 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.99% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D93CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D93CB is #A26C34. Grayscale: #888888. Windows color (decimal): -10644533 or 13341533. OLE color: 13341533.
HSL color Cylindrical-coordinate representation of color #5D93CB: hue angle of 210.55º 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 #5D93CB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 147 | 203 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.20 |
| HSL | 210.55º | 0.51% | 0.58% | - |
| HSV(B) | 210.55º | 0.54% | 0.8% | - |
| XYZ | 25.73 | 27.51 | 60.45 | - |
| YUV | 137.24 | 165.11 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 203 | 0.54 | 0.28 | 0 | 0.20 | 210.55 | 0.51 | 0.58 |
| Hex | 5D | 93 | CB | 36 | 1C | 0 | 14 | D3 | 33 | 3A |
| Octal | 135 | 223 | 313 | 66 | 34 | 0 | 24 | 323 | 63 | 72 |
| Binary | 1011101 | 10010011 | 11001011 | 110110 | 11100 | 0 | 10100 | 11010011 | 110011 | 111010 |
Color Harmonies of #5D93CB
Complementary color
Monochromatic Colors of #5D93CB
Black with #5D93CB
Text Example
Text Example
White with #5D93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D93CB; }
p { color: rgb(93,147,203); }
H1.HeaderClassName
{
color: #5D93CB;
}
.AnyTagClassName
{
color: #5D93CB;
}
</style>
background-color css
<style>
a { background-color: #5D93CB; }
a { background-color: rgb(93,147,203); }
div.DivClassName
{
background-color: #5D93CB;
}
.BgClassName
{
background-color: #5D93CB;
}
</style>
border-color css
<style>
span { border-color: #5D93CB; }
span { border-color: rgb(93,147,203); }
td.TdClassName
{
border-color: #5D93CB;
}
.TagClassName
{
border-color: #5D93CB;
}
</style>