Html Css Color HEX #5890BB Danube

📋 copy color: '#5890BB'

red 88 ◦ green 144 ◦ blue 187

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

Shades of Danube #5890BB

Tints of Danube #5890BB

RGB

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

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

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

R = 21%
G = 34.37%
B = 44.63%

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

#5890BB (or 0x5890BB) is known color: Danube. HEX triplet: 58, 90 and BB. RGB value is (88,144,187). Sum of RGB (Red+Green+Blue) = 88+144+187=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #5890BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5890BB is #A76F44. Grayscale: #838383. Windows color (decimal): -10972997 or 12292184. OLE color: 12292184.

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

Color convert

RGB 88 144 187 -
CMYK 0.53 0.23 0 0.27
HSL 206.06º 0.42% 0.54% -
HSV(B) 206.06º 0.53% 0.73% -
XYZ 22.97 25.61 50.75 -
YUV 132.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 88 144 187 0.53 0.23 0 0.27 206.06 0.42 0.54
Hex 58 90 BB 35 17 0 1B CE 2A 36
Octal 130 220 273 65 27 0 33 316 52 66
Binary 1011000 10010000 10111011 110101 10111 0 11011 11001110 101010 110110

Color Harmonies of #5890BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5890BB

Black with #5890BB

Text Example


Text Example

White with #5890BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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