#5E8FBA

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

Shades of Danube #5E8FBA

Tints of Danube #5E8FBA

Color information

#5E8FBA (or 0x5E8FBA) is unknown color: approx Danube. HEX triplet: 5E, 8F and BA. RGB value is (94,143,186). Sum of RGB (Red+Green+Blue) = 94+143+186=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E8FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E8FBA is #A17045. Grayscale: #858585. Windows color (decimal): -10580038 or 12226398. OLE color: 12226398.

HSL color Cylindrical-coordinate representation of color #5E8FBA: hue angle of 208.04º 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 #5E8FBA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94143186-
CMYK0.490.2300.27
HSL208.04º40%54.9%-
HSV(B)208.04º49.46%72.94%-
XYZ23.325.5750.16-
YUV133.25157.77100-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.22%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 186 (73.05% from 255) = 43.97%
R=22.22%
G=33.81%
B=43.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941431860.490.2300.27208.044054.9
Hex5E8FBA311701Bd02837
Octal13621727261270333205067
Binary101111010001111101110101100011011101101111010000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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