Shades of Danube #5892CA
Tints of Danube #5892CA
RGB
CMYK
RGB Variations
Color information
#5892CA (or 0x5892CA) is known color: Danube. HEX triplet: 58, 92 and CA. RGB value is (88,146,202). Sum of RGB (Red+Green+Blue) = 88+146+202=436 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.18% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #5892CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5892CA is #A76D35. Grayscale: #868686. Windows color (decimal): -10972470 or 13275736. OLE color: 13275736.
HSL color Cylindrical-coordinate representation of color #5892CA: hue angle of 209.47º 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 #5892CA is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 146 | 202 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.21 |
| HSL | 209.47º | 0.52% | 0.57% | - |
| HSV(B) | 209.47º | 0.56% | 0.79% | - |
| XYZ | 24.96 | 26.9 | 59.75 | - |
| YUV | 135.04 | 165.78 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 202 | 0.56 | 0.28 | 0 | 0.21 | 209.47 | 0.52 | 0.57 |
| Hex | 58 | 92 | CA | 38 | 1C | 0 | 15 | D1 | 34 | 39 |
| Octal | 130 | 222 | 312 | 70 | 34 | 0 | 25 | 321 | 64 | 71 |
| Binary | 1011000 | 10010010 | 11001010 | 111000 | 11100 | 0 | 10101 | 11010001 | 110100 | 111001 |
Color Harmonies of #5892CA
Complementary color
Monochromatic Colors of #5892CA
Black with #5892CA
Text Example
Text Example
White with #5892CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5892CA; }
p { color: rgb(88,146,202); }
H1.HeaderClassName
{
color: #5892CA;
}
.AnyTagClassName
{
color: #5892CA;
}
</style>
background-color css
<style>
a { background-color: #5892CA; }
a { background-color: rgb(88,146,202); }
div.DivClassName
{
background-color: #5892CA;
}
.BgClassName
{
background-color: #5892CA;
}
</style>
border-color css
<style>
span { border-color: #5892CA; }
span { border-color: rgb(88,146,202); }
td.TdClassName
{
border-color: #5892CA;
}
.TagClassName
{
border-color: #5892CA;
}
</style>