Shades of Danube #5894C2
Tints of Danube #5894C2
RGB
CMYK
RGB Variations
Color information
#5894C2 (or 0x5894C2) is known color: Danube. HEX triplet: 58, 94 and C2. RGB value is (88,148,194). Sum of RGB (Red+Green+Blue) = 88+148+194=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 194 (76.17% from 255 or 45.12% from 430); Max value from RGB is 194 - color contains mainly: blue. Hex color #5894C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5894C2 is #A76B3D. Grayscale: #878787. Windows color (decimal): -10971966 or 12751960. OLE color: 12751960.
HSL color Cylindrical-coordinate representation of color #5894C2: hue angle of 206.04º 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 #5894C2 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 148 | 194 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.24 |
| HSL | 206.04º | 0.46% | 0.55% | - |
| HSV(B) | 206.04º | 0.55% | 0.76% | - |
| XYZ | 24.35 | 27.15 | 55 | - |
| YUV | 135.3 | 161.12 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 148 | 194 | 0.55 | 0.24 | 0 | 0.24 | 206.04 | 0.46 | 0.55 |
| Hex | 58 | 94 | C2 | 37 | 18 | 0 | 18 | CE | 2E | 37 |
| Octal | 130 | 224 | 302 | 67 | 30 | 0 | 30 | 316 | 56 | 67 |
| Binary | 1011000 | 10010100 | 11000010 | 110111 | 11000 | 0 | 11000 | 11001110 | 101110 | 110111 |
Color Harmonies of #5894C2
Complementary color
Monochromatic Colors of #5894C2
Black with #5894C2
Text Example
Text Example
White with #5894C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5894C2; }
p { color: rgb(88,148,194); }
H1.HeaderClassName
{
color: #5894C2;
}
.AnyTagClassName
{
color: #5894C2;
}
</style>
background-color css
<style>
a { background-color: #5894C2; }
a { background-color: rgb(88,148,194); }
div.DivClassName
{
background-color: #5894C2;
}
.BgClassName
{
background-color: #5894C2;
}
</style>
border-color css
<style>
span { border-color: #5894C2; }
span { border-color: rgb(88,148,194); }
td.TdClassName
{
border-color: #5894C2;
}
.TagClassName
{
border-color: #5894C2;
}
</style>