Shades of Danube #5D91CA
Tints of Danube #5D91CA
RGB
CMYK
RGB Variations
Color information
#5D91CA (or 0x5D91CA) is known color: Danube. HEX triplet: 5D, 91 and CA. RGB value is (93,145,202). Sum of RGB (Red+Green+Blue) = 93+145+202=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D91CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D91CA is #A26E35. Grayscale: #878787. Windows color (decimal): -10645046 or 13275485. OLE color: 13275485.
HSL color Cylindrical-coordinate representation of color #5D91CA: hue angle of 211.38º 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 #5D91CA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 145 | 202 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.21 |
| HSL | 211.38º | 0.51% | 0.58% | - |
| HSV(B) | 211.38º | 0.54% | 0.79% | - |
| XYZ | 25.3 | 26.84 | 59.72 | - |
| YUV | 135.95 | 165.27 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 202 | 0.54 | 0.28 | 0 | 0.21 | 211.38 | 0.51 | 0.58 |
| Hex | 5D | 91 | CA | 36 | 1C | 0 | 15 | D3 | 33 | 3A |
| Octal | 135 | 221 | 312 | 66 | 34 | 0 | 25 | 323 | 63 | 72 |
| Binary | 1011101 | 10010001 | 11001010 | 110110 | 11100 | 0 | 10101 | 11010011 | 110011 | 111010 |
Color Harmonies of #5D91CA
Complementary color
Monochromatic Colors of #5D91CA
Black with #5D91CA
Text Example
Text Example
White with #5D91CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D91CA; }
p { color: rgb(93,145,202); }
H1.HeaderClassName
{
color: #5D91CA;
}
.AnyTagClassName
{
color: #5D91CA;
}
</style>
background-color css
<style>
a { background-color: #5D91CA; }
a { background-color: rgb(93,145,202); }
div.DivClassName
{
background-color: #5D91CA;
}
.BgClassName
{
background-color: #5D91CA;
}
</style>
border-color css
<style>
span { border-color: #5D91CA; }
span { border-color: rgb(93,145,202); }
td.TdClassName
{
border-color: #5D91CA;
}
.TagClassName
{
border-color: #5D91CA;
}
</style>