Html Css Color HEX #5986BE Danube

📋 copy color: '#5986BE'

red 89 ◦ green 134 ◦ blue 190

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

Shades of Danube #5986BE

Tints of Danube #5986BE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 21.55%
G = 32.45%
B = 46%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5986BE (or 0x5986BE) is known color: Danube. HEX triplet: 59, 86 and BE. RGB value is (89,134,190). Sum of RGB (Red+Green+Blue) = 89+134+190=413 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.55% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #5986BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5986BE is #A67941. Grayscale: #7E7E7E. Windows color (decimal): -10910018 or 12486233. OLE color: 12486233.

HSL color Cylindrical-coordinate representation of color #5986BE: hue angle of 213.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5986BE is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 134 190 -
CMYK 0.53 0.29 0 0.25
HSL 213.27º 0.44% 0.55% -
HSV(B) 213.27º 0.53% 0.75% -
XYZ 21.94 22.89 51.98 -
YUV 126.93 163.59 100.95 -
System Red Green Blue C M Y K H S L
Decimal 89 134 190 0.53 0.29 0 0.25 213.27 0.44 0.55
Hex 59 86 BE 35 1D 0 19 D5 2C 37
Octal 131 206 276 65 35 0 31 325 54 67
Binary 1011001 10000110 10111110 110101 11101 0 11001 11010101 101100 110111

Color Harmonies of #5986BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5986BE

Black with #5986BE

Text Example


Text Example

White with #5986BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5986BE; }

 p { color: rgb(89,134,190); }

 H1.HeaderClassName
 {
   color: #5986BE;
 }
 .AnyTagClassName
 {
   color: #5986BE;
 }
</style>

background-color css

<style>
 a { background-color: #5986BE; }

 a { background-color: rgb(89,134,190); }

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

border-color css

<style>
 span { border-color: #5986BE; }

 span { border-color: rgb(89,134,190); }

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