Html Css Color HEX #5490CE Danube

📋 copy color: '#5490CE'

red 84 ◦ green 144 ◦ blue 206

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

Shades of Danube #5490CE

Tints of Danube #5490CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 19.35%
G = 33.18%
B = 47.47%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5490CE (or 0x5490CE) is known color: Danube. HEX triplet: 54, 90 and CE. RGB value is (84,144,206). Sum of RGB (Red+Green+Blue) = 84+144+206=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #5490CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490CE is #AB6F31. Grayscale: #848484. Windows color (decimal): -11235122 or 13537364. OLE color: 13537364.

HSL color Cylindrical-coordinate representation of color #5490CE: hue angle of 210.49º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5490CE is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 144 206 -
CMYK 0.59 0.30 0 0.19
HSL 210.49º 0.55% 0.57% -
HSV(B) 210.49º 0.59% 0.81% -
XYZ 24.77 26.29 62.16 -
YUV 133.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 84 144 206 0.59 0.30 0 0.19 210.49 0.55 0.57
Hex 54 90 CE 3B 1E 0 13 D2 37 39
Octal 124 220 316 73 36 0 23 322 67 71
Binary 1010100 10010000 11001110 111011 11110 0 10011 11010010 110111 111001

Color Harmonies of #5490CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490CE

Black with #5490CE

Text Example


Text Example

White with #5490CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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