#5091be

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

Shades of Danube #5091BE

Tints of Danube #5091BE

Color information

#5091BE (or 0x5091BE) is unknown color: approx Danube. HEX triplet: 50, 91 and BE. RGB value is (80,145,190). Sum of RGB (Red+Green+Blue) = 80+145+190=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #5091BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5091BE is #AF6E41. Grayscale: #828282. Windows color (decimal): -11497026 or 12489040. OLE color: 12489040.

HSL color Cylindrical-coordinate representation of color #5091BE: hue angle of 204.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5091BE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB80145190-
CMYK0.580.2400.25
HSL204.55º45.83%52.94%-
HSV(B)204.55º57.89%74.51%-
XYZ22.7325.6752.47-
YUV130.7161.4791.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 145 (57.03% from 255) = 34.94%
BLUE value IS 190 (74.61% from 255) = 45.78%
R=19.28%
G=34.94%
B=45.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801451900.580.2400.25204.5545.8352.94
Hex5091BE3A18019cd2e35
Octal12022127672300313155665
Binary101000010010001101111101110101100001100111001101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5091be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5091be; }

 p { color: rgb(80,145,190); }

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

<style>
 a { background-color: #5091be; }

 a { background-color: rgb(80,145,190); }

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

<style>
 span { border-color: #5091be; }

 span { border-color: rgb(80,145,190); }

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