Shades of Danube #5992BD
Tints of Danube #5992BD
RGB
CMYK
RGB Variations
Color information
#5992BD (or 0x5992BD) is known color: Danube. HEX triplet: 59, 92 and BD. RGB value is (89,146,189). Sum of RGB (Red+Green+Blue) = 89+146+189=424 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.99% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #5992BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992BD is #A66D42. Grayscale: #858585. Windows color (decimal): -10906947 or 12423769. OLE color: 12423769.
HSL color Cylindrical-coordinate representation of color #5992BD: hue angle of 205.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5992BD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 89 | 146 | 189 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.26 |
| HSL | 205.8º | 0.43% | 0.55% | - |
| HSV(B) | 205.8º | 0.53% | 0.74% | - |
| XYZ | 23.58 | 26.36 | 51.99 | - |
| YUV | 133.86 | 159.12 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 189 | 0.53 | 0.23 | 0 | 0.26 | 205.8 | 0.43 | 0.55 |
| Hex | 59 | 92 | BD | 35 | 17 | 0 | 1A | CE | 2B | 37 |
| Octal | 131 | 222 | 275 | 65 | 27 | 0 | 32 | 316 | 53 | 67 |
| Binary | 1011001 | 10010010 | 10111101 | 110101 | 10111 | 0 | 11010 | 11001110 | 101011 | 110111 |
Color Harmonies of #5992BD
Complementary color
Monochromatic Colors of #5992BD
Black with #5992BD
Text Example
Text Example
White with #5992BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992BD; }
p { color: rgb(89,146,189); }
H1.HeaderClassName
{
color: #5992BD;
}
.AnyTagClassName
{
color: #5992BD;
}
</style>
background-color css
<style>
a { background-color: #5992BD; }
a { background-color: rgb(89,146,189); }
div.DivClassName
{
background-color: #5992BD;
}
.BgClassName
{
background-color: #5992BD;
}
</style>
border-color css
<style>
span { border-color: #5992BD; }
span { border-color: rgb(89,146,189); }
td.TdClassName
{
border-color: #5992BD;
}
.TagClassName
{
border-color: #5992BD;
}
</style>