#5E8DBA

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

Shades of Danube #5E8DBA

Tints of Danube #5E8DBA

Color information

#5E8DBA (or 0x5E8DBA) is unknown color: approx Danube. HEX triplet: 5E, 8D and BA. RGB value is (94,141,186). Sum of RGB (Red+Green+Blue) = 94+141+186=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E8DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8DBA is #A17245. Grayscale: #838383. Windows color (decimal): -10580550 or 12225886. OLE color: 12225886.

HSL color Cylindrical-coordinate representation of color #5E8DBA: hue angle of 209.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E8DBA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94141186-
CMYK0.490.2400.27
HSL209.35º40%54.9%-
HSV(B)209.35º49.46%72.94%-
XYZ2324.9750.06-
YUV132.08158.43100.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.33%
GREEN value IS 141 (55.47% from 255) = 33.49%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=22.33%
G=33.49%
B=44.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941411860.490.2400.27209.354054.9
Hex5E8DBA311801Bd12837
Octal13621527261300333215067
Binary101111010001101101110101100011100001101111010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8DBA; }

 p { color: rgb(94,141,186); }

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

<style>
 a { background-color: #5E8DBA; }

 a { background-color: rgb(94,141,186); }

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

<style>
 span { border-color: #5E8DBA; }

 span { border-color: rgb(94,141,186); }

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