Html Css Color HEX #5989BB Danube

📋 copy color: '#5989BB'

red 89 ◦ green 137 ◦ blue 187

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

Shades of Danube #5989BB

Tints of Danube #5989BB

RGB

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

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

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

R = 21.55%
G = 33.17%
B = 45.28%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5989BB (or 0x5989BB) is known color: Danube. HEX triplet: 59, 89 and BB. RGB value is (89,137,187). Sum of RGB (Red+Green+Blue) = 89+137+187=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #5989BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5989BB is #A67644. Grayscale: #808080. Windows color (decimal): -10909253 or 12290393. OLE color: 12290393.

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

Color convert

RGB 89 137 187 -
CMYK 0.52 0.27 0 0.27
HSL 210.61º 0.42% 0.54% -
HSV(B) 210.61º 0.52% 0.73% -
XYZ 22.04 23.6 50.41 -
YUV 128.35 161.1 99.93 -
System Red Green Blue C M Y K H S L
Decimal 89 137 187 0.52 0.27 0 0.27 210.61 0.42 0.54
Hex 59 89 BB 34 1B 0 1B D3 2A 36
Octal 131 211 273 64 33 0 33 323 52 66
Binary 1011001 10001001 10111011 110100 11011 0 11011 11010011 101010 110110

Color Harmonies of #5989BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5989BB

Black with #5989BB

Text Example


Text Example

White with #5989BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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