Html Css Color HEX #5891BB Danube

📋 copy color: '#5891BB'

red 88 ◦ green 145 ◦ blue 187

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

Shades of Danube #5891BB

Tints of Danube #5891BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 20.95%
G = 34.52%
B = 44.52%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5891BB (or 0x5891BB) is known color: Danube. HEX triplet: 58, 91 and BB. RGB value is (88,145,187). Sum of RGB (Red+Green+Blue) = 88+145+187=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #5891BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5891BB is #A76E44. Grayscale: #848484. Windows color (decimal): -10972741 or 12292440. OLE color: 12292440.

HSL color Cylindrical-coordinate representation of color #5891BB: hue angle of 205.45º 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 #5891BB is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 145 187 -
CMYK 0.53 0.22 0 0.27
HSL 205.45º 0.42% 0.54% -
HSV(B) 205.45º 0.53% 0.73% -
XYZ 23.12 25.91 50.8 -
YUV 132.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 88 145 187 0.53 0.22 0 0.27 205.45 0.42 0.54
Hex 58 91 BB 35 16 0 1B CD 2A 36
Octal 130 221 273 65 26 0 33 315 52 66
Binary 1011000 10010001 10111011 110101 10110 0 11011 11001101 101010 110110

Color Harmonies of #5891BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5891BB

Black with #5891BB

Text Example


Text Example

White with #5891BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5891BB; }

 p { color: rgb(88,145,187); }

 H1.HeaderClassName
 {
   color: #5891BB;
 }
 .AnyTagClassName
 {
   color: #5891BB;
 }
</style>

background-color css

<style>
 a { background-color: #5891BB; }

 a { background-color: rgb(88,145,187); }

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

border-color css

<style>
 span { border-color: #5891BB; }

 span { border-color: rgb(88,145,187); }

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