Shades of Danube #5789C1
Tints of Danube #5789C1
RGB
CMYK
RGB Variations
Color information
#5789C1 (or 0x5789C1) is known color: Danube. HEX triplet: 57, 89 and C1. RGB value is (87,137,193). Sum of RGB (Red+Green+Blue) = 87+137+193=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 193 - color contains mainly: blue. Hex color #5789C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5789C1 is #A8763E. Grayscale: #808080. Windows color (decimal): -11040319 or 12683607. OLE color: 12683607.
HSL color Cylindrical-coordinate representation of color #5789C1: hue angle of 211.7º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5789C1 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 137 | 193 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.24 |
| HSL | 211.7º | 0.46% | 0.55% | - |
| HSV(B) | 211.7º | 0.55% | 0.76% | - |
| XYZ | 22.5 | 23.77 | 53.85 | - |
| YUV | 128.43 | 164.44 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 137 | 193 | 0.55 | 0.29 | 0 | 0.24 | 211.7 | 0.46 | 0.55 |
| Hex | 57 | 89 | C1 | 37 | 1D | 0 | 18 | D4 | 2E | 37 |
| Octal | 127 | 211 | 301 | 67 | 35 | 0 | 30 | 324 | 56 | 67 |
| Binary | 1010111 | 10001001 | 11000001 | 110111 | 11101 | 0 | 11000 | 11010100 | 101110 | 110111 |
Color Harmonies of #5789C1
Complementary color
Monochromatic Colors of #5789C1
Black with #5789C1
Text Example
Text Example
White with #5789C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5789C1; }
p { color: rgb(87,137,193); }
H1.HeaderClassName
{
color: #5789C1;
}
.AnyTagClassName
{
color: #5789C1;
}
</style>
background-color css
<style>
a { background-color: #5789C1; }
a { background-color: rgb(87,137,193); }
div.DivClassName
{
background-color: #5789C1;
}
.BgClassName
{
background-color: #5789C1;
}
</style>
border-color css
<style>
span { border-color: #5789C1; }
span { border-color: rgb(87,137,193); }
td.TdClassName
{
border-color: #5789C1;
}
.TagClassName
{
border-color: #5789C1;
}
</style>