Html Css Color HEX #5988BD Danube

📋 copy color: '#5988BD'

red 89 ◦ green 136 ◦ blue 189

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

Shades of Danube #5988BD

Tints of Danube #5988BD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.85%

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

R = 21.5%
G = 32.85%
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

#5988BD (or 0x5988BD) is known color: Danube. HEX triplet: 59, 88 and BD. RGB value is (89,136,189). Sum of RGB (Red+Green+Blue) = 89+136+189=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 136 (53.52% from 255 or 32.85% 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 #5988BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5988BD is #A67742. Grayscale: #7F7F7F. Windows color (decimal): -10909507 or 12421209. OLE color: 12421209.

HSL color Cylindrical-coordinate representation of color #5988BD: hue angle of 211.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5988BD is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 136 189 -
CMYK 0.53 0.28 0 0.26
HSL 211.8º 0.43% 0.55% -
HSV(B) 211.8º 0.53% 0.74% -
XYZ 22.11 23.41 51.5 -
YUV 127.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 89 136 189 0.53 0.28 0 0.26 211.8 0.43 0.55
Hex 59 88 BD 35 1C 0 1A D4 2B 37
Octal 131 210 275 65 34 0 32 324 53 67
Binary 1011001 10001000 10111101 110101 11100 0 11010 11010100 101011 110111

Color Harmonies of #5988BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5988BD

Black with #5988BD

Text Example


Text Example

White with #5988BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,136,189); }

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

background-color css

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

 a { background-color: rgb(89,136,189); }

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

border-color css

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

 span { border-color: rgb(89,136,189); }

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