Html Css Color HEX #5889BA Danube

📋 copy color: '#5889BA'

red 88 ◦ green 137 ◦ blue 186

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

Shades of Danube #5889BA

Tints of Danube #5889BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.26%

R = 21.41%
G = 33.33%
B = 45.26%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5889BA (or 0x5889BA) is known color: Danube. HEX triplet: 58, 89 and BA. RGB value is (88,137,186). Sum of RGB (Red+Green+Blue) = 88+137+186=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #5889BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889BA is #A77645. Grayscale: #7F7F7F. Windows color (decimal): -10974790 or 12224856. OLE color: 12224856.

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

Color convert

RGB 88 137 186 -
CMYK 0.53 0.26 0 0.27
HSL 210º 0.42% 0.54% -
HSV(B) 210º 0.53% 0.73% -
XYZ 21.83 23.51 49.84 -
YUV 127.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 88 137 186 0.53 0.26 0 0.27 210 0.42 0.54
Hex 58 89 BA 35 1A 0 1B D2 2A 36
Octal 130 211 272 65 32 0 33 322 52 66
Binary 1011000 10001001 10111010 110101 11010 0 11011 11010010 101010 110110

Color Harmonies of #5889BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889BA

Black with #5889BA

Text Example


Text Example

White with #5889BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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