Html Css Color HEX #5389BF Danube

📋 copy color: '#5389BF'

red 83 ◦ green 137 ◦ blue 191

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

Shades of Danube #5389BF

Tints of Danube #5389BF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.33%

 BLUE value IS 191 (75% from 255) = 46.47%

R = 20.19%
G = 33.33%
B = 46.47%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5389BF (or 0x5389BF) is known color: Danube. HEX triplet: 53, 89 and BF. RGB value is (83,137,191). Sum of RGB (Red+Green+Blue) = 83+137+191=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #5389BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389BF is #AC7640. Grayscale: #7E7E7E. Windows color (decimal): -11302465 or 12552531. OLE color: 12552531.

HSL color Cylindrical-coordinate representation of color #5389BF: hue angle of 210º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5389BF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 137 191 -
CMYK 0.57 0.28 0 0.25
HSL 210º 0.46% 0.54% -
HSV(B) 210º 0.57% 0.75% -
XYZ 21.92 23.49 52.67 -
YUV 127.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 83 137 191 0.57 0.28 0 0.25 210 0.46 0.54
Hex 53 89 BF 39 1C 0 19 D2 2E 36
Octal 123 211 277 71 34 0 31 322 56 66
Binary 1010011 10001001 10111111 111001 11100 0 11001 11010010 101110 110110

Color Harmonies of #5389BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389BF

Black with #5389BF

Text Example


Text Example

White with #5389BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5389BF; }

 p { color: rgb(83,137,191); }

 H1.HeaderClassName
 {
   color: #5389BF;
 }
 .AnyTagClassName
 {
   color: #5389BF;
 }
</style>

background-color css

<style>
 a { background-color: #5389BF; }

 a { background-color: rgb(83,137,191); }

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

border-color css

<style>
 span { border-color: #5389BF; }

 span { border-color: rgb(83,137,191); }

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