Html Css Color HEX #5889BE Danube

📋 copy color: '#5889BE'

red 88 ◦ green 137 ◦ blue 190

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

Shades of Danube #5889BE

Tints of Danube #5889BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 21.2%
G = 33.01%
B = 45.78%

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

#5889BE (or 0x5889BE) is known color: Danube. HEX triplet: 58, 89 and BE. RGB value is (88,137,190). Sum of RGB (Red+Green+Blue) = 88+137+190=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #5889BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889BE is #A77641. Grayscale: #808080. Windows color (decimal): -10974786 or 12487000. OLE color: 12487000.

HSL color Cylindrical-coordinate representation of color #5889BE: hue angle of 211.18º degrees, saturation: 0.44, 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 #5889BE is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 137 190 -
CMYK 0.54 0.28 0 0.25
HSL 211.18º 0.44% 0.55% -
HSV(B) 211.18º 0.54% 0.75% -
XYZ 22.26 23.68 52.11 -
YUV 128.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 88 137 190 0.54 0.28 0 0.25 211.18 0.44 0.55
Hex 58 89 BE 36 1C 0 19 D3 2C 37
Octal 130 211 276 66 34 0 31 323 54 67
Binary 1011000 10001001 10111110 110110 11100 0 11001 11010011 101100 110111

Color Harmonies of #5889BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889BE

Black with #5889BE

Text Example


Text Example

White with #5889BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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