#5E90BE

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

Shades of Danube #5E90BE

Tints of Danube #5E90BE

Color information

#5E90BE (or 0x5E90BE) is unknown color: approx Danube. HEX triplet: 5E, 90 and BE. RGB value is (94,144,190). Sum of RGB (Red+Green+Blue) = 94+144+190=428 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.96% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5E90BE is #A16F41. Grayscale: #868686. Windows color (decimal): -10579778 or 12488798. OLE color: 12488798.

HSL color Cylindrical-coordinate representation of color #5E90BE: hue angle of 208.75º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E90BE is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB94144190-
CMYK0.510.2400.25
HSL208.75º42.48%55.69%-
HSV(B)208.75º50.53%74.51%-
XYZ23.8826.0452.48-
YUV134.29159.4499.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 21.96%
GREEN value IS 144 (56.64% from 255) = 33.64%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=21.96%
G=33.64%
B=44.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941441900.510.2400.25208.7542.4855.69
Hex5E90BE3318019d12a38
Octal13622027663300313215270
Binary101111010010000101111101100111100001100111010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,144,190); }

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

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

 a { background-color: rgb(94,144,190); }

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

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

 span { border-color: rgb(94,144,190); }

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