Html Css Color HEX #5889BD Danube

📋 copy color: '#5889BD'

red 88 ◦ green 137 ◦ blue 189

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

Shades of Danube #5889BD

Tints of Danube #5889BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 21.26%
G = 33.09%
B = 45.65%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5889BD (or 0x5889BD) is known color: Danube. HEX triplet: 58, 89 and BD. RGB value is (88,137,189). Sum of RGB (Red+Green+Blue) = 88+137+189=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #5889BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5889BD is #A77642. Grayscale: #808080. Windows color (decimal): -10974787 or 12421464. OLE color: 12421464.

HSL color Cylindrical-coordinate representation of color #5889BD: hue angle of 210.89º degrees, saturation: 0.43, 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 #5889BD is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 137 189 -
CMYK 0.53 0.28 0 0.26
HSL 210.89º 0.43% 0.54% -
HSV(B) 210.89º 0.53% 0.74% -
XYZ 22.16 23.64 51.54 -
YUV 128.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 88 137 189 0.53 0.28 0 0.26 210.89 0.43 0.54
Hex 58 89 BD 35 1C 0 1A D3 2B 36
Octal 130 211 275 65 34 0 32 323 53 66
Binary 1011000 10001001 10111101 110101 11100 0 11010 11010011 101011 110110

Color Harmonies of #5889BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5889BD

Black with #5889BD

Text Example


Text Example

White with #5889BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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