Html Css Color HEX #5490CA Danube

📋 copy color: '#5490CA'

red 84 ◦ green 144 ◦ blue 202

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

Shades of Danube #5490CA

Tints of Danube #5490CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 19.53%
G = 33.49%
B = 46.98%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5490CA (or 0x5490CA) is known color: Danube. HEX triplet: 54, 90 and CA. RGB value is (84,144,202). Sum of RGB (Red+Green+Blue) = 84+144+202=430 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.53% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #5490CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490CA is #AB6F35. Grayscale: #848484. Windows color (decimal): -11235126 or 13275220. OLE color: 13275220.

HSL color Cylindrical-coordinate representation of color #5490CA: hue angle of 209.49º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5490CA is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 144 202 -
CMYK 0.58 0.29 0 0.21
HSL 209.49º 0.53% 0.56% -
HSV(B) 209.49º 0.58% 0.79% -
XYZ 24.29 26.1 59.63 -
YUV 132.67 167.12 93.28 -
System Red Green Blue C M Y K H S L
Decimal 84 144 202 0.58 0.29 0 0.21 209.49 0.53 0.56
Hex 54 90 CA 3A 1D 0 15 D1 35 38
Octal 124 220 312 72 35 0 25 321 65 70
Binary 1010100 10010000 11001010 111010 11101 0 10101 11010001 110101 111000

Color Harmonies of #5490CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490CA

Black with #5490CA

Text Example


Text Example

White with #5490CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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