Html Css Color HEX #5490BB Danube

📋 copy color: '#5490BB'

red 84 ◦ green 144 ◦ blue 187

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

Shades of Danube #5490BB

Tints of Danube #5490BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 20.24%
G = 34.7%
B = 45.06%

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

#5490BB (or 0x5490BB) is known color: Danube. HEX triplet: 54, 90 and BB. RGB value is (84,144,187). Sum of RGB (Red+Green+Blue) = 84+144+187=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #5490BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490BB is #AB6F44. Grayscale: #828282. Windows color (decimal): -11235141 or 12292180. OLE color: 12292180.

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

Color convert

RGB 84 144 187 -
CMYK 0.55 0.23 0 0.27
HSL 205.05º 0.43% 0.53% -
HSV(B) 205.05º 0.55% 0.73% -
XYZ 22.6 25.42 50.73 -
YUV 130.96 159.62 94.5 -
System Red Green Blue C M Y K H S L
Decimal 84 144 187 0.55 0.23 0 0.27 205.05 0.43 0.53
Hex 54 90 BB 37 17 0 1B CD 2B 35
Octal 124 220 273 67 27 0 33 315 53 65
Binary 1010100 10010000 10111011 110111 10111 0 11011 11001101 101011 110101

Color Harmonies of #5490BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490BB

Black with #5490BB

Text Example


Text Example

White with #5490BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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