Html Css Color HEX #5390BA Danube

📋 copy color: '#5390BA'

red 83 ◦ green 144 ◦ blue 186

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

Shades of Danube #5390BA

Tints of Danube #5390BA

RGB

 RED value IS 83 (32.81% from 255) = 20.1%

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 20.1%
G = 34.87%
B = 45.04%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5390BA (or 0x5390BA) is known color: Danube. HEX triplet: 53, 90 and BA. RGB value is (83,144,186). Sum of RGB (Red+Green+Blue) = 83+144+186=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #5390BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390BA is #AC6F45. Grayscale: #828282. Windows color (decimal): -11300678 or 12226643. OLE color: 12226643.

HSL color Cylindrical-coordinate representation of color #5390BA: hue angle of 204.47º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5390BA is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 144 186 -
CMYK 0.55 0.23 0 0.27
HSL 204.47º 0.43% 0.53% -
HSV(B) 204.47º 0.55% 0.73% -
XYZ 22.4 25.33 50.16 -
YUV 130.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 83 144 186 0.55 0.23 0 0.27 204.47 0.43 0.53
Hex 53 90 BA 37 17 0 1B CC 2B 35
Octal 123 220 272 67 27 0 33 314 53 65
Binary 1010011 10010000 10111010 110111 10111 0 11011 11001100 101011 110101

Color Harmonies of #5390BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5390BA

Black with #5390BA

Text Example


Text Example

White with #5390BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5390BA; }

 p { color: rgb(83,144,186); }

 H1.HeaderClassName
 {
   color: #5390BA;
 }
 .AnyTagClassName
 {
   color: #5390BA;
 }
</style>

background-color css

<style>
 a { background-color: #5390BA; }

 a { background-color: rgb(83,144,186); }

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

border-color css

<style>
 span { border-color: #5390BA; }

 span { border-color: rgb(83,144,186); }

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