Html Css Color HEX #5390BB Danube

📋 copy color: '#5390BB'

red 83 ◦ green 144 ◦ blue 187

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

Shades of Danube #5390BB

Tints of Danube #5390BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 20.05%
G = 34.78%
B = 45.17%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5390BB (or 0x5390BB) is known color: Danube. HEX triplet: 53, 90 and BB. RGB value is (83,144,187). Sum of RGB (Red+Green+Blue) = 83+144+187=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #5390BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390BB is #AC6F44. Grayscale: #828282. Windows color (decimal): -11300677 or 12292179. OLE color: 12292179.

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

Color convert

RGB 83 144 187 -
CMYK 0.56 0.23 0 0.27
HSL 204.81º 0.43% 0.53% -
HSV(B) 204.81º 0.56% 0.73% -
XYZ 22.51 25.37 50.72 -
YUV 130.66 159.79 94 -
System Red Green Blue C M Y K H S L
Decimal 83 144 187 0.56 0.23 0 0.27 204.81 0.43 0.53
Hex 53 90 BB 38 17 0 1B CD 2B 35
Octal 123 220 273 70 27 0 33 315 53 65
Binary 1010011 10010000 10111011 111000 10111 0 11011 11001101 101011 110101

Color Harmonies of #5390BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5390BB

Black with #5390BB

Text Example


Text Example

White with #5390BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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