Shades of Danube #5788C1
Tints of Danube #5788C1
RGB
CMYK
RGB Variations
Color information
#5788C1 (or 0x5788C1) is known color: Danube. HEX triplet: 57, 88 and C1. RGB value is (87,136,193). Sum of RGB (Red+Green+Blue) = 87+136+193=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #5788C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5788C1 is #A8773E. Grayscale: #7F7F7F. Windows color (decimal): -11040575 or 12683351. OLE color: 12683351.
HSL color Cylindrical-coordinate representation of color #5788C1: hue angle of 212.26º 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 #5788C1 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 87 | 136 | 193 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.24 |
| HSL | 212.26º | 0.46% | 0.55% | - |
| HSV(B) | 212.26º | 0.55% | 0.76% | - |
| XYZ | 22.36 | 23.48 | 53.81 | - |
| YUV | 127.85 | 164.77 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 136 | 193 | 0.55 | 0.30 | 0 | 0.24 | 212.26 | 0.46 | 0.55 |
| Hex | 57 | 88 | C1 | 37 | 1E | 0 | 18 | D4 | 2E | 37 |
| Octal | 127 | 210 | 301 | 67 | 36 | 0 | 30 | 324 | 56 | 67 |
| Binary | 1010111 | 10001000 | 11000001 | 110111 | 11110 | 0 | 11000 | 11010100 | 101110 | 110111 |
Color Harmonies of #5788C1
Complementary color
Monochromatic Colors of #5788C1
Black with #5788C1
Text Example
Text Example
White with #5788C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5788C1; }
p { color: rgb(87,136,193); }
H1.HeaderClassName
{
color: #5788C1;
}
.AnyTagClassName
{
color: #5788C1;
}
</style>
background-color css
<style>
a { background-color: #5788C1; }
a { background-color: rgb(87,136,193); }
div.DivClassName
{
background-color: #5788C1;
}
.BgClassName
{
background-color: #5788C1;
}
</style>
border-color css
<style>
span { border-color: #5788C1; }
span { border-color: rgb(87,136,193); }
td.TdClassName
{
border-color: #5788C1;
}
.TagClassName
{
border-color: #5788C1;
}
</style>