Html Css Color HEX #5389BC Danube

📋 copy color: '#5389BC'

red 83 ◦ green 137 ◦ blue 188

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

Shades of Danube #5389BC

Tints of Danube #5389BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 20.34%
G = 33.58%
B = 46.08%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5389BC (or 0x5389BC) is known color: Danube. HEX triplet: 53, 89 and BC. RGB value is (83,137,188). Sum of RGB (Red+Green+Blue) = 83+137+188=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #5389BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389BC is #AC7643. Grayscale: #7E7E7E. Windows color (decimal): -11302468 or 12355923. OLE color: 12355923.

HSL color Cylindrical-coordinate representation of color #5389BC: hue angle of 209.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5389BC is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 137 188 -
CMYK 0.56 0.27 0 0.26
HSL 209.14º 0.44% 0.53% -
HSV(B) 209.14º 0.56% 0.74% -
XYZ 21.59 23.36 50.95 -
YUV 126.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 83 137 188 0.56 0.27 0 0.26 209.14 0.44 0.53
Hex 53 89 BC 38 1B 0 1A D1 2C 35
Octal 123 211 274 70 33 0 32 321 54 65
Binary 1010011 10001001 10111100 111000 11011 0 11010 11010001 101100 110101

Color Harmonies of #5389BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389BC

Black with #5389BC

Text Example


Text Example

White with #5389BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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