Shades of Danube #5891CA
Tints of Danube #5891CA
RGB
CMYK
RGB Variations
Color information
#5891CA (or 0x5891CA) is known color: Danube. HEX triplet: 58, 91 and CA. RGB value is (88,145,202). Sum of RGB (Red+Green+Blue) = 88+145+202=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 145 (57.03% from 255 or 33.33% 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 #5891CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5891CA is #A76E35. Grayscale: #868686. Windows color (decimal): -10972726 or 13275480. OLE color: 13275480.
HSL color Cylindrical-coordinate representation of color #5891CA: hue angle of 210º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5891CA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 145 | 202 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.21 |
| HSL | 210º | 0.52% | 0.57% | - |
| HSV(B) | 210º | 0.56% | 0.79% | - |
| XYZ | 24.81 | 26.59 | 59.7 | - |
| YUV | 134.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 202 | 0.56 | 0.28 | 0 | 0.21 | 210 | 0.52 | 0.57 |
| Hex | 58 | 91 | CA | 38 | 1C | 0 | 15 | D2 | 34 | 39 |
| Octal | 130 | 221 | 312 | 70 | 34 | 0 | 25 | 322 | 64 | 71 |
| Binary | 1011000 | 10010001 | 11001010 | 111000 | 11100 | 0 | 10101 | 11010010 | 110100 | 111001 |
Color Harmonies of #5891CA
Complementary color
Monochromatic Colors of #5891CA
Black with #5891CA
Text Example
Text Example
White with #5891CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891CA; }
p { color: rgb(88,145,202); }
H1.HeaderClassName
{
color: #5891CA;
}
.AnyTagClassName
{
color: #5891CA;
}
</style>
background-color css
<style>
a { background-color: #5891CA; }
a { background-color: rgb(88,145,202); }
div.DivClassName
{
background-color: #5891CA;
}
.BgClassName
{
background-color: #5891CA;
}
</style>
border-color css
<style>
span { border-color: #5891CA; }
span { border-color: rgb(88,145,202); }
td.TdClassName
{
border-color: #5891CA;
}
.TagClassName
{
border-color: #5891CA;
}
</style>