Html Css Color HEX #5089BC Danube

📋 copy color: '#5089BC'

red 80 ◦ green 137 ◦ blue 188

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

Shades of Danube #5089BC

Tints of Danube #5089BC

RGB

 RED value IS 80 (31.64% from 255) = 19.75%

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

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

R = 19.75%
G = 33.83%
B = 46.42%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5089BC (or 0x5089BC) is known color: Danube. HEX triplet: 50, 89 and BC. RGB value is (80,137,188). Sum of RGB (Red+Green+Blue) = 80+137+188=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #5089BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5089BC is #AF7643. Grayscale: #7D7D7D. Windows color (decimal): -11499076 or 12355920. OLE color: 12355920.

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

Color convert

RGB 80 137 188 -
CMYK 0.57 0.27 0 0.26
HSL 208.33º 0.45% 0.53% -
HSV(B) 208.33º 0.57% 0.74% -
XYZ 21.33 23.23 50.94 -
YUV 125.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 80 137 188 0.57 0.27 0 0.26 208.33 0.45 0.53
Hex 50 89 BC 39 1B 0 1A D0 2D 35
Octal 120 211 274 71 33 0 32 320 55 65
Binary 1010000 10001001 10111100 111001 11011 0 11010 11010000 101101 110101

Color Harmonies of #5089BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089BC

Black with #5089BC

Text Example


Text Example

White with #5089BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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