Html Css Color HEX #5989BC Danube

📋 copy color: '#5989BC'

red 89 ◦ green 137 ◦ blue 188

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

Shades of Danube #5989BC

Tints of Danube #5989BC

RGB

 RED value IS 89 (35.16% from 255) = 21.5%

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

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

R = 21.5%
G = 33.09%
B = 45.41%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5989BC (or 0x5989BC) is known color: Danube. HEX triplet: 59, 89 and BC. RGB value is (89,137,188). Sum of RGB (Red+Green+Blue) = 89+137+188=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #5989BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989BC is #A67643. Grayscale: #808080. Windows color (decimal): -10909252 or 12355929. OLE color: 12355929.

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

Color convert

RGB 89 137 188 -
CMYK 0.53 0.27 0 0.26
HSL 210.91º 0.42% 0.54% -
HSV(B) 210.91º 0.53% 0.74% -
XYZ 22.14 23.65 50.97 -
YUV 128.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 89 137 188 0.53 0.27 0 0.26 210.91 0.42 0.54
Hex 59 89 BC 35 1B 0 1A D3 2A 36
Octal 131 211 274 65 33 0 32 323 52 66
Binary 1011001 10001001 10111100 110101 11011 0 11010 11010011 101010 110110

Color Harmonies of #5989BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5989BC

Black with #5989BC

Text Example


Text Example

White with #5989BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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