Html Css Color HEX #5889BF Danube

📋 copy color: '#5889BF'

red 88 ◦ green 137 ◦ blue 191

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

Shades of Danube #5889BF

Tints of Danube #5889BF

RGB

 RED value IS 88 (34.77% from 255) = 21.15%

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

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

R = 21.15%
G = 32.93%
B = 45.91%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5889BF (or 0x5889BF) is known color: Danube. HEX triplet: 58, 89 and BF. RGB value is (88,137,191). Sum of RGB (Red+Green+Blue) = 88+137+191=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #5889BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889BF is #A77640. Grayscale: #808080. Windows color (decimal): -10974785 or 12552536. OLE color: 12552536.

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

Color convert

RGB 88 137 191 -
CMYK 0.54 0.28 0 0.25
HSL 211.46º 0.45% 0.55% -
HSV(B) 211.46º 0.54% 0.75% -
XYZ 22.37 23.73 52.69 -
YUV 128.51 163.27 99.11 -
System Red Green Blue C M Y K H S L
Decimal 88 137 191 0.54 0.28 0 0.25 211.46 0.45 0.55
Hex 58 89 BF 36 1C 0 19 D3 2D 37
Octal 130 211 277 66 34 0 31 323 55 67
Binary 1011000 10001001 10111111 110110 11100 0 11001 11010011 101101 110111

Color Harmonies of #5889BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889BF

Black with #5889BF

Text Example


Text Example

White with #5889BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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