Shades of Danube #5D8CCA
Tints of Danube #5D8CCA
RGB
CMYK
RGB Variations
Color information
#5D8CCA (or 0x5D8CCA) is known color: Danube. HEX triplet: 5D, 8C and CA. RGB value is (93,140,202). Sum of RGB (Red+Green+Blue) = 93+140+202=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8CCA is #A27335. Grayscale: #848484. Windows color (decimal): -10646326 or 13274205. OLE color: 13274205.
HSL color Cylindrical-coordinate representation of color #5D8CCA: hue angle of 214.13º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D8CCA is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 140 | 202 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.21 |
| HSL | 214.13º | 0.51% | 0.58% | - |
| HSV(B) | 214.13º | 0.54% | 0.79% | - |
| XYZ | 24.55 | 25.35 | 59.48 | - |
| YUV | 133.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 202 | 0.54 | 0.31 | 0 | 0.21 | 214.13 | 0.51 | 0.58 |
| Hex | 5D | 8C | CA | 36 | 1F | 0 | 15 | D6 | 33 | 3A |
| Octal | 135 | 214 | 312 | 66 | 37 | 0 | 25 | 326 | 63 | 72 |
| Binary | 1011101 | 10001100 | 11001010 | 110110 | 11111 | 0 | 10101 | 11010110 | 110011 | 111010 |
Color Harmonies of #5D8CCA
Complementary color
Monochromatic Colors of #5D8CCA
Black with #5D8CCA
Text Example
Text Example
White with #5D8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8CCA; }
p { color: rgb(93,140,202); }
H1.HeaderClassName
{
color: #5D8CCA;
}
.AnyTagClassName
{
color: #5D8CCA;
}
</style>
background-color css
<style>
a { background-color: #5D8CCA; }
a { background-color: rgb(93,140,202); }
div.DivClassName
{
background-color: #5D8CCA;
}
.BgClassName
{
background-color: #5D8CCA;
}
</style>
border-color css
<style>
span { border-color: #5D8CCA; }
span { border-color: rgb(93,140,202); }
td.TdClassName
{
border-color: #5D8CCA;
}
.TagClassName
{
border-color: #5D8CCA;
}
</style>