Html Css Color HEX #5E90BE Danube

📋 copy color: '#5E90BE'

red 94 ◦ green 144 ◦ blue 190

#5E90BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #5E90BE

Tints of Danube #5E90BE

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 value IS 0.51

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E90BE (or 0x5E90BE) is known color: 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

RGB 94 144 190 -
CMYK 0.51 0.24 0 0.25
HSL 208.75º 0.42% 0.56% -
HSV(B) 208.75º 0.51% 0.75% -
XYZ 23.88 26.04 52.48 -
YUV 134.29 159.44 99.26 -
System Red Green Blue C M Y K H S L
Decimal 94 144 190 0.51 0.24 0 0.25 208.75 0.42 0.56
Hex 5E 90 BE 33 18 0 19 D1 2A 38
Octal 136 220 276 63 30 0 31 321 52 70
Binary 1011110 10010000 10111110 110011 11000 0 11001 11010001 101010 111000

Color Harmonies of #5E90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E90BE

Black with #5E90BE

Text Example


Text Example

White with #5E90BE

Text Example


Text Example

HTML Codes & Css Web 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>