Html Css Color HEX #5490BA Danube

📋 copy color: '#5490BA'

red 84 ◦ green 144 ◦ blue 186

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

Shades of Danube #5490BA

Tints of Danube #5490BA

RGB

 RED value IS 84 (33.2% from 255) = 20.29%

 GREEN value IS 144 (56.64% from 255) = 34.78%

 BLUE value IS 186 (73.05% from 255) = 44.93%

R = 20.29%
G = 34.78%
B = 44.93%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5490BA (or 0x5490BA) is known color: Danube. HEX triplet: 54, 90 and BA. RGB value is (84,144,186). Sum of RGB (Red+Green+Blue) = 84+144+186=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #5490BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490BA is #AB6F45. Grayscale: #828282. Windows color (decimal): -11235142 or 12226644. OLE color: 12226644.

HSL color Cylindrical-coordinate representation of color #5490BA: hue angle of 204.71º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5490BA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 144 186 -
CMYK 0.55 0.23 0 0.27
HSL 204.71º 0.43% 0.53% -
HSV(B) 204.71º 0.55% 0.73% -
XYZ 22.49 25.38 50.17 -
YUV 130.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 84 144 186 0.55 0.23 0 0.27 204.71 0.43 0.53
Hex 54 90 BA 37 17 0 1B CD 2A 35
Octal 124 220 272 67 27 0 33 315 52 65
Binary 1010100 10010000 10111010 110111 10111 0 11011 11001101 101010 110101

Color Harmonies of #5490BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490BA

Black with #5490BA

Text Example


Text Example

White with #5490BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5490BA; }

 p { color: rgb(84,144,186); }

 H1.HeaderClassName
 {
   color: #5490BA;
 }
 .AnyTagClassName
 {
   color: #5490BA;
 }
</style>

background-color css

<style>
 a { background-color: #5490BA; }

 a { background-color: rgb(84,144,186); }

 div.DivClassName
 {
   background-color: #5490BA;
 }
 .BgClassName
 {
   background-color: #5490BA;
 }
</style>

border-color css

<style>
 span { border-color: #5490BA; }

 span { border-color: rgb(84,144,186); }

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