#5889BA

Color #5889BA Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #5889BA

Tints of Danube #5889BA

Color information

#5889BA (or 0x5889BA) is unknown color: approx Danube. HEX triplet: 58, 89 and BA. RGB value is (88,137,186). Sum of RGB (Red+Green+Blue) = 88+137+186=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #5889BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889BA is #A77645. Grayscale: #7F7F7F. Windows color (decimal): -10974790 or 12224856. OLE color: 12224856.

HSL color Cylindrical-coordinate representation of color #5889BA: hue angle of 210º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5889BA is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB88137186-
CMYK0.530.2600.27
HSL210º41.53%53.73%-
HSV(B)210º52.69%72.94%-
XYZ21.8323.5149.84-
YUV127.94160.7799.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 21.41%
GREEN value IS 137 (53.91% from 255) = 33.33%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=21.41%
G=33.33%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881371860.530.2600.2721041.5353.73
Hex5889BA351A01Bd22a36
Octal13021127265320333225266
Binary101100010001001101110101101011101001101111010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5889BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5889BA; }

 p { color: rgb(88,137,186); }

 H1.HeaderClassName
 {
   color: #5889BA;
 }
 .AnyTagClassName
 {
   color: #5889BA;
 }
</style>
background-color css

<style>
 a { background-color: #5889BA; }

 a { background-color: rgb(88,137,186); }

 div.DivClassName
 {
   background-color: #5889BA;
 }
 .BgClassName
 {
   background-color: #5889BA;
 }
</style>
border-color css

<style>
 span { border-color: #5889BA; }

 span { border-color: rgb(88,137,186); }

 td.TdClassName
 {
   border-color: #5889BA;
 }
 .TagClassName
 {
   border-color: #5889BA;
 }
</style>