Html Css Color HEX #5890BA Danube

📋 copy color: '#5890BA'

red 88 ◦ green 144 ◦ blue 186

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

Shades of Danube #5890BA

Tints of Danube #5890BA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.45%

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 21.05%
G = 34.45%
B = 44.5%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5890BA (or 0x5890BA) is known color: Danube. HEX triplet: 58, 90 and BA. RGB value is (88,144,186). Sum of RGB (Red+Green+Blue) = 88+144+186=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #5890BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890BA is #A76F45. Grayscale: #838383. Windows color (decimal): -10972998 or 12226648. OLE color: 12226648.

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

Color convert

RGB 88 144 186 -
CMYK 0.53 0.23 0 0.27
HSL 205.71º 0.42% 0.54% -
HSV(B) 205.71º 0.53% 0.73% -
XYZ 22.86 25.57 50.18 -
YUV 132.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 88 144 186 0.53 0.23 0 0.27 205.71 0.42 0.54
Hex 58 90 BA 35 17 0 1B CE 2A 36
Octal 130 220 272 65 27 0 33 316 52 66
Binary 1011000 10010000 10111010 110101 10111 0 11011 11001110 101010 110110

Color Harmonies of #5890BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5890BA

Black with #5890BA

Text Example


Text Example

White with #5890BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5890BA; }

 p { color: rgb(88,144,186); }

 H1.HeaderClassName
 {
   color: #5890BA;
 }
 .AnyTagClassName
 {
   color: #5890BA;
 }
</style>

background-color css

<style>
 a { background-color: #5890BA; }

 a { background-color: rgb(88,144,186); }

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

border-color css

<style>
 span { border-color: #5890BA; }

 span { border-color: rgb(88,144,186); }

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