Html Css Color HEX #5991BD Danube

📋 copy color: '#5991BD'

red 89 ◦ green 145 ◦ blue 189

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

Shades of Danube #5991BD

Tints of Danube #5991BD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.28%

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

R = 21.04%
G = 34.28%
B = 44.68%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5991BD (or 0x5991BD) is known color: Danube. HEX triplet: 59, 91 and BD. RGB value is (89,145,189). Sum of RGB (Red+Green+Blue) = 89+145+189=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #5991BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5991BD is #A66E42. Grayscale: #858585. Windows color (decimal): -10907203 or 12423513. OLE color: 12423513.

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

Color convert

RGB 89 145 189 -
CMYK 0.53 0.23 0 0.26
HSL 206.4º 0.43% 0.55% -
HSV(B) 206.4º 0.53% 0.74% -
XYZ 23.43 26.05 51.94 -
YUV 133.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 89 145 189 0.53 0.23 0 0.26 206.4 0.43 0.55
Hex 59 91 BD 35 17 0 1A CE 2B 37
Octal 131 221 275 65 27 0 32 316 53 67
Binary 1011001 10010001 10111101 110101 10111 0 11010 11001110 101011 110111

Color Harmonies of #5991BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5991BD

Black with #5991BD

Text Example


Text Example

White with #5991BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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