Shades of Danube #5885B4
Tints of Danube #5885B4
RGB
CMYK
RGB Variations
Color information
#5885B4 (or 0x5885B4) is known color: Danube. HEX triplet: 58, 85 and B4. RGB value is (88,133,180). Sum of RGB (Red+Green+Blue) = 88+133+180=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #5885B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5885B4 is #A77A4B. Grayscale: #7C7C7C. Windows color (decimal): -10975820 or 11830616. OLE color: 11830616.
HSL color Cylindrical-coordinate representation of color #5885B4: hue angle of 210.65º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5885B4 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 133 | 180 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.29 |
| HSL | 210.65º | 0.38% | 0.53% | - |
| HSV(B) | 210.65º | 0.51% | 0.71% | - |
| XYZ | 20.65 | 22.15 | 46.37 | - |
| YUV | 124.9 | 159.09 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 180 | 0.51 | 0.26 | 0 | 0.29 | 210.65 | 0.38 | 0.53 |
| Hex | 58 | 85 | B4 | 33 | 1A | 0 | 1D | D3 | 26 | 35 |
| Octal | 130 | 205 | 264 | 63 | 32 | 0 | 35 | 323 | 46 | 65 |
| Binary | 1011000 | 10000101 | 10110100 | 110011 | 11010 | 0 | 11101 | 11010011 | 100110 | 110101 |
Color Harmonies of #5885B4
Complementary color
Monochromatic Colors of #5885B4
Black with #5885B4
Text Example
Text Example
White with #5885B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5885B4; }
p { color: rgb(88,133,180); }
H1.HeaderClassName
{
color: #5885B4;
}
.AnyTagClassName
{
color: #5885B4;
}
</style>
background-color css
<style>
a { background-color: #5885B4; }
a { background-color: rgb(88,133,180); }
div.DivClassName
{
background-color: #5885B4;
}
.BgClassName
{
background-color: #5885B4;
}
</style>
border-color css
<style>
span { border-color: #5885B4; }
span { border-color: rgb(88,133,180); }
td.TdClassName
{
border-color: #5885B4;
}
.TagClassName
{
border-color: #5885B4;
}
</style>