#5791BD

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

Shades of Danube #5791BD

Tints of Danube #5791BD

Color information

#5791BD (or 0x5791BD) is unknown color: approx Danube. HEX triplet: 57, 91 and BD. RGB value is (87,145,189). Sum of RGB (Red+Green+Blue) = 87+145+189=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 189 (74.22% from 255 or 44.89% from 421); Max value from RGB is 189 - color contains mainly: blue. Hex color #5791BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5791BD is #A86E42. Grayscale: #848484. Windows color (decimal): -11038275 or 12423511. OLE color: 12423511.

HSL color Cylindrical-coordinate representation of color #5791BD: hue angle of 205.88º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5791BD is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB87145189-
CMYK0.540.2300.26
HSL205.88º43.59%54.12%-
HSV(B)205.88º53.97%74.12%-
XYZ23.2425.9551.93-
YUV132.67159.7895.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.67%
GREEN value IS 145 (57.03% from 255) = 34.44%
BLUE value IS 189 (74.22% from 255) = 44.89%
R=20.67%
G=34.44%
B=44.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal871451890.540.2300.26205.8843.5954.12
Hex5791BD361701Ace2c36
Octal12722127566270323165466
Binary101011110010001101111011101101011101101011001110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5791BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5791BD; }

 p { color: rgb(87,145,189); }

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

<style>
 a { background-color: #5791BD; }

 a { background-color: rgb(87,145,189); }

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

<style>
 span { border-color: #5791BD; }

 span { border-color: rgb(87,145,189); }

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