Html Css Color HEX #5490CD Danube

📋 copy color: '#5490CD'

red 84 ◦ green 144 ◦ blue 205

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

Shades of Danube #5490CD

Tints of Danube #5490CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 19.4%
G = 33.26%
B = 47.34%

CMYK

 C value IS 0.59

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5490CD (or 0x5490CD) is known color: Danube. HEX triplet: 54, 90 and CD. RGB value is (84,144,205). Sum of RGB (Red+Green+Blue) = 84+144+205=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #5490CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5490CD is #AB6F32. Grayscale: #848484. Windows color (decimal): -11235123 or 13471828. OLE color: 13471828.

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

Color convert

RGB 84 144 205 -
CMYK 0.59 0.30 0 0.20
HSL 210.25º 0.55% 0.57% -
HSV(B) 210.25º 0.59% 0.8% -
XYZ 24.65 26.24 61.52 -
YUV 133.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 84 144 205 0.59 0.30 0 0.20 210.25 0.55 0.57
Hex 54 90 CD 3B 1E 0 14 D2 37 39
Octal 124 220 315 73 36 0 24 322 67 71
Binary 1010100 10010000 11001101 111011 11110 0 10100 11010010 110111 111001

Color Harmonies of #5490CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490CD

Black with #5490CD

Text Example


Text Example

White with #5490CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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