#5787BA

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

Shades of Danube #5787BA

Tints of Danube #5787BA

Color information

#5787BA (or 0x5787BA) is unknown color: approx Danube. HEX triplet: 57, 87 and BA. RGB value is (87,135,186). Sum of RGB (Red+Green+Blue) = 87+135+186=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #5787BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5787BA is #A87845. Grayscale: #7E7E7E. Windows color (decimal): -11040838 or 12224343. OLE color: 12224343.

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

Color convert

RGB87135186-
CMYK0.530.2700.27
HSL210.91º41.77%53.53%-
HSV(B)210.91º53.23%72.94%-
XYZ21.4622.949.74-
YUV126.46161.699.85-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 21.32%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=21.32%
G=33.09%
B=45.59%

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
Decimal871351860.530.2700.27210.9141.7753.53
Hex5787BA351B01Bd32a36
Octal12720727265330333235266
Binary101011110000111101110101101011101101101111010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5787BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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