Html Css Color HEX #5490CB Danube

📋 copy color: '#5490CB'

red 84 ◦ green 144 ◦ blue 203

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

Shades of Danube #5490CB

Tints of Danube #5490CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 19.49%
G = 33.41%
B = 47.1%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5490CB (or 0x5490CB) is known color: Danube. HEX triplet: 54, 90 and CB. RGB value is (84,144,203). Sum of RGB (Red+Green+Blue) = 84+144+203=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #5490CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490CB is #AB6F34. Grayscale: #848484. Windows color (decimal): -11235125 or 13340756. OLE color: 13340756.

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

Color convert

RGB 84 144 203 -
CMYK 0.59 0.29 0 0.20
HSL 209.75º 0.53% 0.56% -
HSV(B) 209.75º 0.59% 0.8% -
XYZ 24.41 26.14 60.26 -
YUV 132.79 167.62 93.2 -
System Red Green Blue C M Y K H S L
Decimal 84 144 203 0.59 0.29 0 0.20 209.75 0.53 0.56
Hex 54 90 CB 3B 1D 0 14 D2 35 38
Octal 124 220 313 73 35 0 24 322 65 70
Binary 1010100 10010000 11001011 111011 11101 0 10100 11010010 110101 111000

Color Harmonies of #5490CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490CB

Black with #5490CB

Text Example


Text Example

White with #5490CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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