Html Css Color HEX #5490BC Danube

📋 copy color: '#5490BC'

red 84 ◦ green 144 ◦ blue 188

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

Shades of Danube #5490BC

Tints of Danube #5490BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 20.19%
G = 34.62%
B = 45.19%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5490BC (or 0x5490BC) is known color: Danube. HEX triplet: 54, 90 and BC. RGB value is (84,144,188). Sum of RGB (Red+Green+Blue) = 84+144+188=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #5490BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490BC is #AB6F43. Grayscale: #828282. Windows color (decimal): -11235140 or 12357716. OLE color: 12357716.

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

Color convert

RGB 84 144 188 -
CMYK 0.55 0.23 0 0.26
HSL 205.38º 0.44% 0.53% -
HSV(B) 205.38º 0.55% 0.74% -
XYZ 22.71 25.46 51.29 -
YUV 131.08 160.12 94.42 -
System Red Green Blue C M Y K H S L
Decimal 84 144 188 0.55 0.23 0 0.26 205.38 0.44 0.53
Hex 54 90 BC 37 17 0 1A CD 2C 35
Octal 124 220 274 67 27 0 32 315 54 65
Binary 1010100 10010000 10111100 110111 10111 0 11010 11001101 101100 110101

Color Harmonies of #5490BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490BC

Black with #5490BC

Text Example


Text Example

White with #5490BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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