#5788BA

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

Shades of Danube #5788BA

Tints of Danube #5788BA

Color information

#5788BA (or 0x5788BA) is unknown color: approx Danube. HEX triplet: 57, 88 and BA. RGB value is (87,136,186). Sum of RGB (Red+Green+Blue) = 87+136+186=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #5788BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5788BA is #A87745. Grayscale: #7E7E7E. Windows color (decimal): -11040582 or 12224599. OLE color: 12224599.

HSL color Cylindrical-coordinate representation of color #5788BA: hue angle of 210.3º 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 #5788BA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB87136186-
CMYK0.530.2700.27
HSL210.3º41.77%53.53%-
HSV(B)210.3º53.23%72.94%-
XYZ21.623.1849.79-
YUV127.05161.2799.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.27%
GREEN value IS 136 (53.52% from 255) = 33.25%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=21.27%
G=33.25%
B=45.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal871361860.530.2700.27210.341.7753.53
Hex5788BA351B01Bd22a36
Octal12721027265330333225266
Binary101011110001000101110101101011101101101111010010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5788BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,136,186); }

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

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

 a { background-color: rgb(87,136,186); }

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

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

 span { border-color: rgb(87,136,186); }

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